#AECCA9

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

Shades of Zanah #AECCA9

Tints of Zanah #AECCA9

Color information

#AECCA9 (or 0xAECCA9) is unknown color: approx Zanah. HEX triplet: AE, CC and A9. RGB value is (174,204,169). Sum of RGB (Red+Green+Blue) = 174+204+169=547 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.81% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 169 (66.41% from 255 or 30.90% from 547); Max value from RGB is 204 - color contains mainly: green. Hex color #AECCA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECCA9 is #513356. Grayscale: #BFBFBF. Windows color (decimal): -5321559 or 11127982. OLE color: 11127982.

HSL color Cylindrical-coordinate representation of color #AECCA9: hue angle of 111.43º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AECCA9 is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB174204169-
CMYK0.1500.170.2
HSL111.43º25.55%73.14%-
HSV(B)111.43º17.16%80%-
XYZ46.2155.0545.73-
YUV191.04115.56115.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.81%
GREEN value IS 204 (80.08% from 255) = 37.29%
BLUE value IS 169 (66.41% from 255) = 30.90%
R=31.81%
G=37.29%
B=30.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1742041690.1500.170.2111.4325.5573.14
HexAECCA9F011146f1a49
Octal256314251170212415732111
Binary1010111011001100101010011111010001101001101111110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECCA9; }

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

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

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

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

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

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

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

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