#AECAA9

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

Shades of Zanah #AECAA9

Tints of Zanah #AECAA9

Color information

#AECAA9 (or 0xAECAA9) is unknown color: approx Zanah. HEX triplet: AE, CA and A9. RGB value is (174,202,169). Sum of RGB (Red+Green+Blue) = 174+202+169=545 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.93% from 545); Green value is 202 (79.30% from 255 or 37.06% from 545); Blue value is 169 (66.41% from 255 or 31.01% from 545); Max value from RGB is 202 - color contains mainly: green. Hex color #AECAA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECAA9 is #513556. Grayscale: #BDBDBD. Windows color (decimal): -5322071 or 11127470. OLE color: 11127470.

HSL color Cylindrical-coordinate representation of color #AECAA9: hue angle of 110.91º 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 #AECAA9 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB174202169-
CMYK0.1400.160.21
HSL110.91º23.74%72.75%-
HSV(B)110.91º16.34%79.22%-
XYZ45.7454.145.57-
YUV189.87116.22116.68-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.93%
GREEN value IS 202 (79.30% from 255) = 37.06%
BLUE value IS 169 (66.41% from 255) = 31.01%
R=31.93%
G=37.06%
B=31.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1742021690.1400.160.21110.9123.7472.75
HexAECAA9E010156f1849
Octal256312251160202515730111
Binary1010111011001010101010011110010000101011101111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECAA9; }

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

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

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

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

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

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

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

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