Shades of Zanah #AEC2AF
Tints of Zanah #AEC2AF
RGB
CMYK
RGB Variations
Color information
#AEC2AF (or 0xAEC2AF) is known color: Zanah. HEX triplet: AE, C2 and AF. RGB value is (174,194,175). Sum of RGB (Red+Green+Blue) = 174+194+175=543 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.04% from 543); Green value is 194 (76.17% from 255 or 35.73% from 543); Blue value is 175 (68.75% from 255 or 32.23% from 543); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC2AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC2AF is #513D50. Grayscale: #B9B9B9. Windows color (decimal): -5324113 or 11518638. OLE color: 11518638.
HSL color Cylindrical-coordinate representation of color #AEC2AF: hue angle of 123º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AEC2AF is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
RGB | 174 | 194 | 175 | - |
CMYK | 0.10 | 0 | 0.10 | 0.24 |
HSL | 123º | 0.14% | 0.72% | - |
HSV(B) | 123º | 0.1% | 0.76% | - |
XYZ | 44.49 | 50.68 | 47.99 | - |
YUV | 185.85 | 121.87 | 119.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 194 | 175 | 0.10 | 0 | 0.10 | 0.24 | 123 | 0.14 | 0.72 |
Hex | AE | C2 | AF | A | 0 | A | 18 | 7B | E | 48 |
Octal | 256 | 302 | 257 | 12 | 0 | 12 | 30 | 173 | 16 | 110 |
Binary | 10101110 | 11000010 | 10101111 | 1010 | 0 | 1010 | 11000 | 1111011 | 1110 | 1001000 |
Color Harmonies of #AEC2AF
Complementary color
Monochromatic Colors of #AEC2AF
Black with #AEC2AF
Text Example
Text Example
White with #AEC2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC2AF; }
p { color: rgb(174,194,175); }
H1.HeaderClassName
{
color: #AEC2AF;
}
.AnyTagClassName
{
color: #AEC2AF;
}
</style>
background-color css
<style>
a { background-color: #AEC2AF; }
a { background-color: rgb(174,194,175); }
div.DivClassName
{
background-color: #AEC2AF;
}
.BgClassName
{
background-color: #AEC2AF;
}
</style>
border-color css
<style>
span { border-color: #AEC2AF; }
span { border-color: rgb(174,194,175); }
td.TdClassName
{
border-color: #AEC2AF;
}
.TagClassName
{
border-color: #AEC2AF;
}
</style>