Shades of Zanah #ACCEAE
Tints of Zanah #ACCEAE
RGB
CMYK
RGB Variations
Color information
#ACCEAE (or 0xACCEAE) is known color: Zanah. HEX triplet: AC, CE and AE. RGB value is (172,206,174). Sum of RGB (Red+Green+Blue) = 172+206+174=552 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.16% from 552); Green value is 206 (80.86% from 255 or 37.32% from 552); Blue value is 174 (68.36% from 255 or 31.52% from 552); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCEAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCEAE is #533151. Grayscale: #C0C0C0. Windows color (decimal): -5452114 or 11456172. OLE color: 11456172.
HSL color Cylindrical-coordinate representation of color #ACCEAE: hue angle of 123.53º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACCEAE is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 206 | 174 | - |
| CMYK | 0.17 | 0 | 0.16 | 0.19 |
| HSL | 123.53º | 0.26% | 0.74% | - |
| HSV(B) | 123.53º | 0.17% | 0.81% | - |
| XYZ | 46.72 | 55.97 | 48.38 | - |
| YUV | 192.19 | 117.74 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 206 | 174 | 0.17 | 0 | 0.16 | 0.19 | 123.53 | 0.26 | 0.74 |
| Hex | AC | CE | AE | 11 | 0 | 10 | 13 | 7C | 1A | 4A |
| Octal | 254 | 316 | 256 | 21 | 0 | 20 | 23 | 174 | 32 | 112 |
| Binary | 10101100 | 11001110 | 10101110 | 10001 | 0 | 10000 | 10011 | 1111100 | 11010 | 1001010 |
Color Harmonies of #ACCEAE
Complementary color
Monochromatic Colors of #ACCEAE
Black with #ACCEAE
Text Example
Text Example
White with #ACCEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCEAE; }
p { color: rgb(172,206,174); }
H1.HeaderClassName
{
color: #ACCEAE;
}
.AnyTagClassName
{
color: #ACCEAE;
}
</style>
background-color css
<style>
a { background-color: #ACCEAE; }
a { background-color: rgb(172,206,174); }
div.DivClassName
{
background-color: #ACCEAE;
}
.BgClassName
{
background-color: #ACCEAE;
}
</style>
border-color css
<style>
span { border-color: #ACCEAE; }
span { border-color: rgb(172,206,174); }
td.TdClassName
{
border-color: #ACCEAE;
}
.TagClassName
{
border-color: #ACCEAE;
}
</style>