Shades of Zanah #AECCAB
Tints of Zanah #AECCAB
RGB
CMYK
RGB Variations
Color information
#AECCAB (or 0xAECCAB) is known color: Zanah. HEX triplet: AE, CC and AB. RGB value is (174,204,171). Sum of RGB (Red+Green+Blue) = 174+204+171=549 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.69% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 204 - color contains mainly: green. Hex color #AECCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECCAB is #513354. Grayscale: #BFBFBF. Windows color (decimal): -5321557 or 11259054. OLE color: 11259054.
HSL color Cylindrical-coordinate representation of color #AECCAB: hue angle of 114.55º 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 #AECCAB is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 174 | 204 | 171 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.2 |
| HSL | 114.55º | 0.24% | 0.74% | - |
| HSV(B) | 114.55º | 0.16% | 0.8% | - |
| XYZ | 46.4 | 55.12 | 46.72 | - |
| YUV | 191.27 | 116.56 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 204 | 171 | 0.15 | 0 | 0.16 | 0.2 | 114.55 | 0.24 | 0.74 |
| Hex | AE | CC | AB | F | 0 | 10 | 14 | 73 | 18 | 4A |
| Octal | 256 | 314 | 253 | 17 | 0 | 20 | 24 | 163 | 30 | 112 |
| Binary | 10101110 | 11001100 | 10101011 | 1111 | 0 | 10000 | 10100 | 1110011 | 11000 | 1001010 |
Color Harmonies of #AECCAB
Complementary color
Monochromatic Colors of #AECCAB
Black with #AECCAB
Text Example
Text Example
White with #AECCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECCAB; }
p { color: rgb(174,204,171); }
H1.HeaderClassName
{
color: #AECCAB;
}
.AnyTagClassName
{
color: #AECCAB;
}
</style>
background-color css
<style>
a { background-color: #AECCAB; }
a { background-color: rgb(174,204,171); }
div.DivClassName
{
background-color: #AECCAB;
}
.BgClassName
{
background-color: #AECCAB;
}
</style>
border-color css
<style>
span { border-color: #AECCAB; }
span { border-color: rgb(174,204,171); }
td.TdClassName
{
border-color: #AECCAB;
}
.TagClassName
{
border-color: #AECCAB;
}
</style>