Shades of Zanah #ACCBA6
Tints of Zanah #ACCBA6
RGB
CMYK
RGB Variations
Color information
#ACCBA6 (or 0xACCBA6) is known color: Zanah. HEX triplet: AC, CB and A6. RGB value is (172,203,166). Sum of RGB (Red+Green+Blue) = 172+203+166=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 203 (79.69% from 255 or 37.52% from 541); Blue value is 166 (65.23% from 255 or 30.68% from 541); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCBA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCBA6 is #533459. Grayscale: #BDBDBD. Windows color (decimal): -5452890 or 10931116. OLE color: 10931116.
HSL color Cylindrical-coordinate representation of color #ACCBA6: hue angle of 110.27º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACCBA6 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 203 | 166 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.20 |
| HSL | 110.27º | 0.26% | 0.72% | - |
| HSV(B) | 110.27º | 0.18% | 0.8% | - |
| XYZ | 45.25 | 54.24 | 44.16 | - |
| YUV | 189.51 | 114.73 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 203 | 166 | 0.15 | 0 | 0.18 | 0.20 | 110.27 | 0.26 | 0.72 |
| Hex | AC | CB | A6 | F | 0 | 12 | 14 | 6E | 1A | 48 |
| Octal | 254 | 313 | 246 | 17 | 0 | 22 | 24 | 156 | 32 | 110 |
| Binary | 10101100 | 11001011 | 10100110 | 1111 | 0 | 10010 | 10100 | 1101110 | 11010 | 1001000 |
Color Harmonies of #ACCBA6
Complementary color
Monochromatic Colors of #ACCBA6
Black with #ACCBA6
Text Example
Text Example
White with #ACCBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCBA6; }
p { color: rgb(172,203,166); }
H1.HeaderClassName
{
color: #ACCBA6;
}
.AnyTagClassName
{
color: #ACCBA6;
}
</style>
background-color css
<style>
a { background-color: #ACCBA6; }
a { background-color: rgb(172,203,166); }
div.DivClassName
{
background-color: #ACCBA6;
}
.BgClassName
{
background-color: #ACCBA6;
}
</style>
border-color css
<style>
span { border-color: #ACCBA6; }
span { border-color: rgb(172,203,166); }
td.TdClassName
{
border-color: #ACCBA6;
}
.TagClassName
{
border-color: #ACCBA6;
}
</style>