#A8B5A9

Color #A8B5A9 Zanah (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zanah #A8B5A9

Tints of Zanah #A8B5A9

Color information

#A8B5A9 (or 0xA8B5A9) is unknown color: approx Zanah. HEX triplet: A8, B5 and A9. RGB value is (168,181,169). Sum of RGB (Red+Green+Blue) = 168+181+169=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 181 (71.09% from 255 or 34.94% from 518); Blue value is 169 (66.41% from 255 or 32.63% from 518); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B5A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B5A9 is #574A56. Grayscale: #AFAFAF. Windows color (decimal): -5720663 or 11122088. OLE color: 11122088.

HSL color Cylindrical-coordinate representation of color #A8B5A9: hue angle of 124.62º degrees, saturation: 0.08, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A8B5A9 is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB168181169-
CMYK0.0700.070.29
HSL124.62º8.07%68.43%-
HSV(B)124.62º7.18%70.98%-
XYZ39.8344.2443.98-
YUV175.74124.19122.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 32.43%
GREEN value IS 181 (71.09% from 255) = 34.94%
BLUE value IS 169 (66.41% from 255) = 32.63%
R=32.43%
G=34.94%
B=32.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681811690.0700.070.29124.628.0768.43
HexA8B5A97071D7d844
Octal2502652517073517510104
Binary101010001011010110101001111011111101111110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B5A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B5A9; }

 p { color: rgb(168,181,169); }

 H1.HeaderClassName
 {
   color: #A8B5A9;
 }
 .AnyTagClassName
 {
   color: #A8B5A9;
 }
</style>
background-color css

<style>
 a { background-color: #A8B5A9; }

 a { background-color: rgb(168,181,169); }

 div.DivClassName
 {
   background-color: #A8B5A9;
 }
 .BgClassName
 {
   background-color: #A8B5A9;
 }
</style>
border-color css

<style>
 span { border-color: #A8B5A9; }

 span { border-color: rgb(168,181,169); }

 td.TdClassName
 {
   border-color: #A8B5A9;
 }
 .TagClassName
 {
   border-color: #A8B5A9;
 }
</style>