#A9CAA7

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

Shades of Zanah #A9CAA7

Tints of Zanah #A9CAA7

Color information

#A9CAA7 (or 0xA9CAA7) is unknown color: approx Zanah. HEX triplet: A9, CA and A7. RGB value is (169,202,167). Sum of RGB (Red+Green+Blue) = 169+202+167=538 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.41% from 538); Green value is 202 (79.30% from 255 or 37.55% from 538); Blue value is 167 (65.62% from 255 or 31.04% from 538); Max value from RGB is 202 - color contains mainly: green. Hex color #A9CAA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CAA7 is #563558. Grayscale: #BCBCBC. Windows color (decimal): -5649753 or 10996393. OLE color: 10996393.

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

Color convert

RGB169202167-
CMYK0.1600.170.21
HSL116.57º24.82%72.35%-
HSV(B)116.57º17.33%79.22%-
XYZ44.4653.4744.54-
YUV188.14116.07114.35-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.41%
GREEN value IS 202 (79.30% from 255) = 37.55%
BLUE value IS 167 (65.62% from 255) = 31.04%
R=31.41%
G=37.55%
B=31.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1692021670.1600.170.21116.5724.8272.35
HexA9CAA71001115751948
Octal251312247200212516531110
Binary10101001110010101010011110000010001101011110101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CAA7; }

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

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

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

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

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

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

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

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