Shades of Zanah #AECBAF
Tints of Zanah #AECBAF
RGB
CMYK
RGB Variations
Color information
#AECBAF (or 0xAECBAF) is known color: Zanah. HEX triplet: AE, CB and AF. RGB value is (174,203,175). Sum of RGB (Red+Green+Blue) = 174+203+175=552 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.52% from 552); Green value is 203 (79.69% from 255 or 36.78% from 552); Blue value is 175 (68.75% from 255 or 31.70% from 552); Max value from RGB is 203 - color contains mainly: green. Hex color #AECBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECBAF is #513450. Grayscale: #BFBFBF. Windows color (decimal): -5321809 or 11520942. OLE color: 11520942.
HSL color Cylindrical-coordinate representation of color #AECBAF: hue angle of 122.07º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AECBAF is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 203 | 175 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.20 |
| HSL | 122.07º | 0.22% | 0.74% | - |
| HSV(B) | 122.07º | 0.14% | 0.8% | - |
| XYZ | 46.55 | 54.81 | 48.68 | - |
| YUV | 191.14 | 118.89 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 175 | 0.14 | 0 | 0.14 | 0.20 | 122.07 | 0.22 | 0.74 |
| Hex | AE | CB | AF | E | 0 | E | 14 | 7A | 16 | 4A |
| Octal | 256 | 313 | 257 | 16 | 0 | 16 | 24 | 172 | 26 | 112 |
| Binary | 10101110 | 11001011 | 10101111 | 1110 | 0 | 1110 | 10100 | 1111010 | 10110 | 1001010 |
Color Harmonies of #AECBAF
Complementary color
Monochromatic Colors of #AECBAF
Black with #AECBAF
Text Example
Text Example
White with #AECBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECBAF; }
p { color: rgb(174,203,175); }
H1.HeaderClassName
{
color: #AECBAF;
}
.AnyTagClassName
{
color: #AECBAF;
}
</style>
background-color css
<style>
a { background-color: #AECBAF; }
a { background-color: rgb(174,203,175); }
div.DivClassName
{
background-color: #AECBAF;
}
.BgClassName
{
background-color: #AECBAF;
}
</style>
border-color css
<style>
span { border-color: #AECBAF; }
span { border-color: rgb(174,203,175); }
td.TdClassName
{
border-color: #AECBAF;
}
.TagClassName
{
border-color: #AECBAF;
}
</style>