COLOR #A68298

HEX: #A68298 RGB: (166,130,152)

Color info

#A68298 contains red, green and blue colors in about the same proportion. Web safe color of #A68298 is #999999 (or #999).

RGB color model

#A68298 color RGB value is (166,130,152).

RGB: (166,130,152) (65%, 51%, 60%)

RGB channels and saturation

R 166 of 255 = 65%
G 130 of 255 = 51%
B 152 of 255 = 60%

166
130
152

R + G + B ~ 59%. #A68298 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 166 + 130 + 152 = 448 (100%)
R 166 of 448 ~ 37.05%
G 130 of 448 ~ 29.02%
B 152 of 448 ~ 33.93'%

%37.05
%29.02
%33.93

CMYK color model

#A68298 color CMYK value is (0,22,8,35).

  • cyan value is 0.00%
  • magenta value is 21.69%
  • yellow value is 8.43%
  • key color value is 34.90%

CMYK: (0,22,8,35)
C0M22Y8K35 (0%, 22%, 8%, 35%)
(0.00 / 0.22 / 0.08 / 0.35)

CMYK percentages

%0
%21.69
%8.43
%34.9

Codes

Color #A68298 in popluar color models

A6 82 98
RGB 166 130 152
HSL 323° 16.82% 58.04%
HSB/HSV 323° 21.69% 65.10%
CMYK 0.00% 21.69% 8.43%
34.90%

Color #A68298 in popluar number systems.

HEX A6 82 98
Decimal 166 130 152
Binary 10100110 10000010 10011000
Octal 246 202 230

Shades and tints

Shades of #A68298

#A68298
(166,130,152)
#97778B
(151,119,139)
#886C7E
(136,108,126)
#796171
(121,97,113)
#6A5664
(106,86,100)
#5B4B57
(91,75,87)
#4C404A
(76,64,74)
#3D353D
(61,53,61)
#2E2A30
(46,42,48)
#1F1F23
(31,31,35)
#101416
(16,20,22)
#000000
(0,0,0)

Tints of #A68298

#A68298
(166,130,152)
#AE8DA1
(174,141,161)
#B698AA
(182,152,170)
#BEA3B3
(190,163,179)
#C6AEBC
(198,174,188)
#CEB9C5
(206,185,197)
#D6C4CE
(214,196,206)
#DECFD7
(222,207,215)
#E6DAE0
(230,218,224)
#EEE5E9
(238,229,233)
#F6F0F2
(246,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A68298 color. Also use rgb(166,130,152) instead hex code.

Text Font Color

.myTextColor { color: #A68298; }

<p style="color:#A68298">This sample text font color is #A68298.</p>

This text font color is #A68298.

Background Color

.myBgColor { background-color: #A68298; }

<div style="background-color:#A68298">Inner text</div>

This div background color is #A68298.

Border color

.myBorderColor { border: 1px solid #A68298; }

<div style="border:3px solid #A68298">Div</div>

This div border color is #A68298.

Opacity

.myOpacity80 { color: #A68298; opacity: 0.8; }

<p style="color:#A68298;opacity:0.8;">80%</p>

Text with #A68298 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A68298;}

<p style="text-shadow: 3px 3px 1px #A68298">Text here.</p>

This text has shadow with #A68298 color.


.textShadow {text-shadow: 3px 3px 1px #A68298', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A68298, 5px 5px 20px red">Text here.</p>

This text has shadow with #A68298 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A68298, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A68298, Direction=45, Strength=4)">Text</p>

This text has shadow with #A68298 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A68298;
-webkit-box-shadow: 1px 1px 3px 2px #A68298;
box-shadow: 1px 1px 3px 2px #A68298;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A68298; -webkit-box-shadow: 1px 1px 3px 2px #A68298; box-shadow:1px 1px 3px 2px #A68298;">
Div content here
</div>

This div box has shadow with color #A68298.

Preview

Color preview on black background

This text has color #A68298 on black background.


Color preview on white background

This text has color #A68298 on white background.


Black color preview on #A68298 background

This text has black color on #A68298 background.


White color preview on #A68298 background

This text has white color on #A68298 background.


Related colors

Complementary color

Complementary color for #hex is #597D67.


I love getcolorcode.com

Triadic colors

1 #98A682 and #8298A6 with #A68298 are triadic colors.

2 #9882A6 and #82A698 with #A68298 are triadic colors.