#AECAAA

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

Shades of Zanah #AECAAA

Tints of Zanah #AECAAA

Color information

#AECAAA (or 0xAECAAA) is unknown color: approx Zanah. HEX triplet: AE, CA and AA. RGB value is (174,202,170). Sum of RGB (Red+Green+Blue) = 174+202+170=546 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.87% from 546); Green value is 202 (79.30% from 255 or 37.00% from 546); Blue value is 170 (66.80% from 255 or 31.14% from 546); Max value from RGB is 202 - color contains mainly: green. Hex color #AECAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECAAA is #513555. Grayscale: #BEBEBE. Windows color (decimal): -5322070 or 11193006. OLE color: 11193006.

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

Color convert

RGB174202170-
CMYK0.1400.160.21
HSL112.5º23.19%72.94%-
HSV(B)112.5º15.84%79.22%-
XYZ45.8354.1446.07-
YUV189.98116.72116.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.87%
GREEN value IS 202 (79.30% from 255) = 37.00%
BLUE value IS 170 (66.80% from 255) = 31.14%
R=31.87%
G=37.00%
B=31.14%

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
Decimal1742021700.1400.160.21112.523.1972.94
HexAECAAAE01015701749
Octal256312252160202516027111
Binary1010111011001010101010101110010000101011110000101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECAAA; }

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

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

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

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

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

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

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

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