Shades of Zanah #AECAAF
Tints of Zanah #AECAAF
RGB
CMYK
RGB Variations
Color information
#AECAAF (or 0xAECAAF) is known color: Zanah. HEX triplet: AE, CA and AF. RGB value is (174,202,175). Sum of RGB (Red+Green+Blue) = 174+202+175=551 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.58% from 551); Green value is 202 (79.30% from 255 or 36.66% from 551); Blue value is 175 (68.75% from 255 or 31.76% from 551); Max value from RGB is 202 - color contains mainly: green. Hex color #AECAAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECAAF is #513550. Grayscale: #BEBEBE. Windows color (decimal): -5322065 or 11520686. OLE color: 11520686.
HSL color Cylindrical-coordinate representation of color #AECAAF: hue angle of 122.14º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AECAAF is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
RGB | 174 | 202 | 175 | - |
CMYK | 0.14 | 0 | 0.13 | 0.21 |
HSL | 122.14º | 0.21% | 0.74% | - |
HSV(B) | 122.14º | 0.14% | 0.79% | - |
XYZ | 46.31 | 54.33 | 48.6 | - |
YUV | 190.55 | 119.22 | 116.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 202 | 175 | 0.14 | 0 | 0.13 | 0.21 | 122.14 | 0.21 | 0.74 |
Hex | AE | CA | AF | E | 0 | D | 15 | 7A | 15 | 4A |
Octal | 256 | 312 | 257 | 16 | 0 | 15 | 25 | 172 | 25 | 112 |
Binary | 10101110 | 11001010 | 10101111 | 1110 | 0 | 1101 | 10101 | 1111010 | 10101 | 1001010 |
Color Harmonies of #AECAAF
Complementary color
Monochromatic Colors of #AECAAF
Black with #AECAAF
Text Example
Text Example
White with #AECAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECAAF; }
p { color: rgb(174,202,175); }
H1.HeaderClassName
{
color: #AECAAF;
}
.AnyTagClassName
{
color: #AECAAF;
}
</style>
background-color css
<style>
a { background-color: #AECAAF; }
a { background-color: rgb(174,202,175); }
div.DivClassName
{
background-color: #AECAAF;
}
.BgClassName
{
background-color: #AECAAF;
}
</style>
border-color css
<style>
span { border-color: #AECAAF; }
span { border-color: rgb(174,202,175); }
td.TdClassName
{
border-color: #AECAAF;
}
.TagClassName
{
border-color: #AECAAF;
}
</style>