Shades of Zanah #AEC1AD
Tints of Zanah #AEC1AD
RGB
CMYK
RGB Variations
Color information
#AEC1AD (or 0xAEC1AD) is known color: Zanah. HEX triplet: AE, C1 and AD. RGB value is (174,193,173). Sum of RGB (Red+Green+Blue) = 174+193+173=540 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.22% from 540); Green value is 193 (75.78% from 255 or 35.74% from 540); Blue value is 173 (67.97% from 255 or 32.04% from 540); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC1AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC1AD is #513E52. Grayscale: #B9B9B9. Windows color (decimal): -5324371 or 11387310. OLE color: 11387310.
HSL color Cylindrical-coordinate representation of color #AEC1AD: hue angle of 117º 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 #AEC1AD is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 193 | 173 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.24 |
| HSL | 117º | 0.14% | 0.72% | - |
| HSV(B) | 117º | 0.1% | 0.76% | - |
| XYZ | 44.07 | 50.16 | 46.89 | - |
| YUV | 185.04 | 121.21 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 193 | 173 | 0.10 | 0 | 0.10 | 0.24 | 117 | 0.14 | 0.72 |
| Hex | AE | C1 | AD | A | 0 | A | 18 | 75 | E | 48 |
| Octal | 256 | 301 | 255 | 12 | 0 | 12 | 30 | 165 | 16 | 110 |
| Binary | 10101110 | 11000001 | 10101101 | 1010 | 0 | 1010 | 11000 | 1110101 | 1110 | 1001000 |
Color Harmonies of #AEC1AD
Complementary color
Monochromatic Colors of #AEC1AD
Black with #AEC1AD
Text Example
Text Example
White with #AEC1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC1AD; }
p { color: rgb(174,193,173); }
H1.HeaderClassName
{
color: #AEC1AD;
}
.AnyTagClassName
{
color: #AEC1AD;
}
</style>
background-color css
<style>
a { background-color: #AEC1AD; }
a { background-color: rgb(174,193,173); }
div.DivClassName
{
background-color: #AEC1AD;
}
.BgClassName
{
background-color: #AEC1AD;
}
</style>
border-color css
<style>
span { border-color: #AEC1AD; }
span { border-color: rgb(174,193,173); }
td.TdClassName
{
border-color: #AEC1AD;
}
.TagClassName
{
border-color: #AEC1AD;
}
</style>