COLOR #A8B2A5

HEX: #A8B2A5 RGB: (168,178,165)

Color info

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

RGB color model

#A8B2A5 color RGB value is (168,178,165).

RGB: (168,178,165) (66%, 70%, 65%)

RGB channels and saturation

R 168 of 255 = 66%
G 178 of 255 = 70%
B 165 of 255 = 65%

168
178
165

R + G + B ~ 67%. #A8B2A5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 178 + 165 = 511 (100%)
R 168 of 511 ~ 32.88%
G 178 of 511 ~ 34.83%
B 165 of 511 ~ 32.29'%

%32.88
%34.83
%32.29

CMYK color model

#A8B2A5 color CMYK value is (6,0,7,30).

  • cyan value is 5.62%
  • magenta value is 0.00%
  • yellow value is 7.30%
  • key color value is 30.20%

CMYK: (6,0,7,30)
C6M0Y7K30 (6%, 0%, 7%, 30%)
(0.06 / 0.00 / 0.07 / 0.30)

CMYK percentages

%5.62
%0
%7.3
%30.2

Codes

Color #A8B2A5 in popluar color models

A8 B2 A5
RGB 168 178 165
HSL 106° 7.78% 67.25%
HSB/HSV 106° 7.30% 69.80%
CMYK 5.62% 0.00% 7.30%
30.20%

Color #A8B2A5 in popluar number systems.

HEX A8 B2 A5
Decimal 168 178 165
Binary 10101000 10110010 10100101
Octal 250 262 245

Shades and tints

Shades of #A8B2A5

#A8B2A5
(168,178,165)
#99A296
(153,162,150)
#8A9287
(138,146,135)
#7B8278
(123,130,120)
#6C7269
(108,114,105)
#5D625A
(93,98,90)
#4E524B
(78,82,75)
#3F423C
(63,66,60)
#30322D
(48,50,45)
#21221E
(33,34,30)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #A8B2A5

#A8B2A5
(168,178,165)
#AFB9AD
(175,185,173)
#B6C0B5
(182,192,181)
#BDC7BD
(189,199,189)
#C4CEC5
(196,206,197)
#CBD5CD
(203,213,205)
#D2DCD5
(210,220,213)
#D9E3DD
(217,227,221)
#E0EAE5
(224,234,229)
#E7F1ED
(231,241,237)
#EEF8F5
(238,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8B2A5 color. Also use rgb(168,178,165) instead hex code.

Text Font Color

.myTextColor { color: #A8B2A5; }

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

This text font color is #A8B2A5.

Background Color

.myBgColor { background-color: #A8B2A5; }

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

This div background color is #A8B2A5.

Border color

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

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

This div border color is #A8B2A5.

Opacity

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

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

Text with #A8B2A5 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 #A8B2A5;}

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

This text has shadow with #A8B2A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8B2A5.

Preview

Color preview on black background

This text has color #A8B2A5 on black background.


Color preview on white background

This text has color #A8B2A5 on white background.


Black color preview on #A8B2A5 background

This text has black color on #A8B2A5 background.


White color preview on #A8B2A5 background

This text has white color on #A8B2A5 background.


Related colors

Complementary color

Complementary color for #hex is #574D5A.


I love getcolorcode.com

Triadic colors

1 #A5A8B2 and #B2A5A8 with #A8B2A5 are triadic colors.

2 #A5B2A8 and #B2A8A5 with #A8B2A5 are triadic colors.