#A9CAAA

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

Shades of Zanah #A9CAAA

Tints of Zanah #A9CAAA

Color information

#A9CAAA (or 0xA9CAAA) is unknown color: approx Zanah. HEX triplet: A9, CA and AA. RGB value is (169,202,170). Sum of RGB (Red+Green+Blue) = 169+202+170=541 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.24% from 541); Green value is 202 (79.30% from 255 or 37.34% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 202 - color contains mainly: green. Hex color #A9CAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CAAA is #563555. Grayscale: #BCBCBC. Windows color (decimal): -5649750 or 11193001. OLE color: 11193001.

HSL color Cylindrical-coordinate representation of color #A9CAAA: hue angle of 121.82º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A9CAAA is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB169202170-
CMYK0.1600.160.21
HSL121.82º23.74%72.75%-
HSV(B)121.82º16.34%79.22%-
XYZ44.7453.5846.01-
YUV188.48117.57114.1-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.24%
GREEN value IS 202 (79.30% from 255) = 37.34%
BLUE value IS 170 (66.80% from 255) = 31.42%
R=31.24%
G=37.34%
B=31.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1692021700.1600.160.21121.8223.7472.75
HexA9CAAA10010157a1849
Octal251312252200202517230111
Binary10101001110010101010101010000010000101011111010110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CAAA; }

 p { color: rgb(169,202,170); }

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

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

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

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

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

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

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