Shades of Zanah #ACCAAB
Tints of Zanah #ACCAAB
RGB
CMYK
RGB Variations
Color information
#ACCAAB (or 0xACCAAB) is known color: Zanah. HEX triplet: AC, CA and AB. RGB value is (172,202,171). Sum of RGB (Red+Green+Blue) = 172+202+171=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 202 (79.30% from 255 or 37.06% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCAAB is #533554. Grayscale: #BDBDBD. Windows color (decimal): -5453141 or 11258540. OLE color: 11258540.
HSL color Cylindrical-coordinate representation of color #ACCAAB: hue angle of 118.06º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACCAAB is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 202 | 171 | - |
| CMYK | 0.15 | 0 | 0.15 | 0.21 |
| HSL | 118.06º | 0.23% | 0.73% | - |
| HSV(B) | 118.06º | 0.15% | 0.79% | - |
| XYZ | 45.48 | 53.95 | 46.54 | - |
| YUV | 189.5 | 117.56 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 202 | 171 | 0.15 | 0 | 0.15 | 0.21 | 118.06 | 0.23 | 0.73 |
| Hex | AC | CA | AB | F | 0 | F | 15 | 76 | 17 | 49 |
| Octal | 254 | 312 | 253 | 17 | 0 | 17 | 25 | 166 | 27 | 111 |
| Binary | 10101100 | 11001010 | 10101011 | 1111 | 0 | 1111 | 10101 | 1110110 | 10111 | 1001001 |
Color Harmonies of #ACCAAB
Complementary color
Monochromatic Colors of #ACCAAB
Black with #ACCAAB
Text Example
Text Example
White with #ACCAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCAAB; }
p { color: rgb(172,202,171); }
H1.HeaderClassName
{
color: #ACCAAB;
}
.AnyTagClassName
{
color: #ACCAAB;
}
</style>
background-color css
<style>
a { background-color: #ACCAAB; }
a { background-color: rgb(172,202,171); }
div.DivClassName
{
background-color: #ACCAAB;
}
.BgClassName
{
background-color: #ACCAAB;
}
</style>
border-color css
<style>
span { border-color: #ACCAAB; }
span { border-color: rgb(172,202,171); }
td.TdClassName
{
border-color: #ACCAAB;
}
.TagClassName
{
border-color: #ACCAAB;
}
</style>