#A9BFA9

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

Shades of Zanah #A9BFA9

Tints of Zanah #A9BFA9

Color information

#A9BFA9 (or 0xA9BFA9) is unknown color: approx Zanah. HEX triplet: A9, BF and A9. RGB value is (169,191,169). Sum of RGB (Red+Green+Blue) = 169+191+169=529 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.95% from 529); Green value is 191 (75% from 255 or 36.11% from 529); Blue value is 169 (66.41% from 255 or 31.95% from 529); Max value from RGB is 191 - color contains mainly: green. Hex color #A9BFA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BFA9 is #564056. Grayscale: #B5B5B5. Windows color (decimal): -5652567 or 11124649. OLE color: 11124649.

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

Color convert

RGB169191169-
CMYK0.1200.120.25
HSL120º14.67%70.59%-
HSV(B)120º11.52%74.9%-
XYZ42.1548.5644.69-
YUV181.91120.71118.79-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.95%
GREEN value IS 191 (75% from 255) = 36.11%
BLUE value IS 169 (66.41% from 255) = 31.95%
R=31.95%
G=36.11%
B=31.95%

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
Decimal1691911690.1200.120.2512014.6770.59
HexA9BFA9C0C1978f47
Octal251277251140143117017107
Binary10101001101111111010100111000110011001111100011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BFA9; }

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

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

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

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

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

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

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

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