Shades of Zanah #ACCEAB
Tints of Zanah #ACCEAB
RGB
CMYK
RGB Variations
Color information
#ACCEAB (or 0xACCEAB) is known color: Zanah. HEX triplet: AC, CE and AB. RGB value is (172,206,171). Sum of RGB (Red+Green+Blue) = 172+206+171=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCEAB is #533154. Grayscale: #BFBFBF. Windows color (decimal): -5452117 or 11259564. OLE color: 11259564.
HSL color Cylindrical-coordinate representation of color #ACCEAB: hue angle of 118.29º 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 #ACCEAB is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 206 | 171 | - |
| CMYK | 0.17 | 0 | 0.17 | 0.19 |
| HSL | 118.29º | 0.26% | 0.74% | - |
| HSV(B) | 118.29º | 0.17% | 0.81% | - |
| XYZ | 46.44 | 55.85 | 46.86 | - |
| YUV | 191.84 | 116.24 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 206 | 171 | 0.17 | 0 | 0.17 | 0.19 | 118.29 | 0.26 | 0.74 |
| Hex | AC | CE | AB | 11 | 0 | 11 | 13 | 76 | 1A | 4A |
| Octal | 254 | 316 | 253 | 21 | 0 | 21 | 23 | 166 | 32 | 112 |
| Binary | 10101100 | 11001110 | 10101011 | 10001 | 0 | 10001 | 10011 | 1110110 | 11010 | 1001010 |
Color Harmonies of #ACCEAB
Complementary color
Monochromatic Colors of #ACCEAB
Black with #ACCEAB
Text Example
Text Example
White with #ACCEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCEAB; }
p { color: rgb(172,206,171); }
H1.HeaderClassName
{
color: #ACCEAB;
}
.AnyTagClassName
{
color: #ACCEAB;
}
</style>
background-color css
<style>
a { background-color: #ACCEAB; }
a { background-color: rgb(172,206,171); }
div.DivClassName
{
background-color: #ACCEAB;
}
.BgClassName
{
background-color: #ACCEAB;
}
</style>
border-color css
<style>
span { border-color: #ACCEAB; }
span { border-color: rgb(172,206,171); }
td.TdClassName
{
border-color: #ACCEAB;
}
.TagClassName
{
border-color: #ACCEAB;
}
</style>