#A8BFA9

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

Shades of Zanah #A8BFA9

Tints of Zanah #A8BFA9

Color information

#A8BFA9 (or 0xA8BFA9) is unknown color: approx Zanah. HEX triplet: A8, BF and A9. RGB value is (168,191,169). Sum of RGB (Red+Green+Blue) = 168+191+169=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 169 (66.41% from 255 or 32.01% from 528); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BFA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BFA9 is #574056. Grayscale: #B5B5B5. Windows color (decimal): -5718103 or 11124648. OLE color: 11124648.

HSL color Cylindrical-coordinate representation of color #A8BFA9: hue angle of 122.61º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A8BFA9 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB168191169-
CMYK0.1200.120.25
HSL122.61º15.23%70.39%-
HSV(B)122.61º12.04%74.9%-
XYZ41.9448.4544.68-
YUV181.61120.88118.29-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.82%
GREEN value IS 191 (75% from 255) = 36.17%
BLUE value IS 169 (66.41% from 255) = 32.01%
R=31.82%
G=36.17%
B=32.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681911690.1200.120.25122.6115.2370.39
HexA8BFA9C0C197bf46
Octal250277251140143117317106
Binary10101000101111111010100111000110011001111101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BFA9; }

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

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

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

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

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

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

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

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