#A9CEAA

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

Shades of Zanah #A9CEAA

Tints of Zanah #A9CEAA

Color information

#A9CEAA (or 0xA9CEAA) is unknown color: approx Zanah. HEX triplet: A9, CE and AA. RGB value is (169,206,170). Sum of RGB (Red+Green+Blue) = 169+206+170=545 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.01% from 545); Green value is 206 (80.86% from 255 or 37.80% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 206 - color contains mainly: green. Hex color #A9CEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CEAA is #563155. Grayscale: #BEBEBE. Windows color (decimal): -5648726 or 11194025. OLE color: 11194025.

HSL color Cylindrical-coordinate representation of color #A9CEAA: hue angle of 121.62º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A9CEAA is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB169206170-
CMYK0.1800.170.19
HSL121.62º27.41%73.53%-
HSV(B)121.62º17.96%80.78%-
XYZ45.6955.4846.33-
YUV190.83116.24112.43-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.01%
GREEN value IS 206 (80.86% from 255) = 37.80%
BLUE value IS 170 (66.80% from 255) = 31.19%
R=31.01%
G=37.80%
B=31.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1692061700.1800.170.19121.6227.4173.53
HexA9CEAA12011137a1b4a
Octal251316252220212317233112
Binary10101001110011101010101010010010001100111111010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CEAA; }

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

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

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

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

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

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

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

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