Shades of Zanah #AECCAC
Tints of Zanah #AECCAC
RGB
CMYK
RGB Variations
Color information
#AECCAC (or 0xAECCAC) is known color: Zanah. HEX triplet: AE, CC and AC. RGB value is (174,204,172). Sum of RGB (Red+Green+Blue) = 174+204+172=550 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.64% from 550); Green value is 204 (80.08% from 255 or 37.09% from 550); Blue value is 172 (67.58% from 255 or 31.27% from 550); Max value from RGB is 204 - color contains mainly: green. Hex color #AECCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECCAC is #513353. Grayscale: #BFBFBF. Windows color (decimal): -5321556 or 11324590. OLE color: 11324590.
HSL color Cylindrical-coordinate representation of color #AECCAC: hue angle of 116.25º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AECCAC is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
RGB | 174 | 204 | 172 | - |
CMYK | 0.15 | 0 | 0.16 | 0.2 |
HSL | 116.25º | 0.24% | 0.74% | - |
HSV(B) | 116.25º | 0.16% | 0.8% | - |
XYZ | 46.49 | 55.16 | 47.23 | - |
YUV | 191.38 | 117.06 | 115.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 204 | 172 | 0.15 | 0 | 0.16 | 0.2 | 116.25 | 0.24 | 0.74 |
Hex | AE | CC | AC | F | 0 | 10 | 14 | 74 | 18 | 4A |
Octal | 256 | 314 | 254 | 17 | 0 | 20 | 24 | 164 | 30 | 112 |
Binary | 10101110 | 11001100 | 10101100 | 1111 | 0 | 10000 | 10100 | 1110100 | 11000 | 1001010 |
Color Harmonies of #AECCAC
Complementary color
Monochromatic Colors of #AECCAC
Black with #AECCAC
Text Example
Text Example
White with #AECCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECCAC; }
p { color: rgb(174,204,172); }
H1.HeaderClassName
{
color: #AECCAC;
}
.AnyTagClassName
{
color: #AECCAC;
}
</style>
background-color css
<style>
a { background-color: #AECCAC; }
a { background-color: rgb(174,204,172); }
div.DivClassName
{
background-color: #AECCAC;
}
.BgClassName
{
background-color: #AECCAC;
}
</style>
border-color css
<style>
span { border-color: #AECCAC; }
span { border-color: rgb(174,204,172); }
td.TdClassName
{
border-color: #AECCAC;
}
.TagClassName
{
border-color: #AECCAC;
}
</style>