Shades of Zanah #ACCBAA
Tints of Zanah #ACCBAA
RGB
CMYK
RGB Variations
Color information
#ACCBAA (or 0xACCBAA) is known color: Zanah. HEX triplet: AC, CB and AA. RGB value is (172,203,170). Sum of RGB (Red+Green+Blue) = 172+203+170=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 203 (79.69% from 255 or 37.25% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCBAA is #533455. Grayscale: #BEBEBE. Windows color (decimal): -5452886 or 11193260. OLE color: 11193260.
HSL color Cylindrical-coordinate representation of color #ACCBAA: hue angle of 116.36º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACCBAA is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 203 | 170 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.20 |
| HSL | 116.36º | 0.24% | 0.73% | - |
| HSV(B) | 116.36º | 0.16% | 0.8% | - |
| XYZ | 45.62 | 54.38 | 46.12 | - |
| YUV | 189.97 | 116.73 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 203 | 170 | 0.15 | 0 | 0.16 | 0.20 | 116.36 | 0.24 | 0.73 |
| Hex | AC | CB | AA | F | 0 | 10 | 14 | 74 | 18 | 49 |
| Octal | 254 | 313 | 252 | 17 | 0 | 20 | 24 | 164 | 30 | 111 |
| Binary | 10101100 | 11001011 | 10101010 | 1111 | 0 | 10000 | 10100 | 1110100 | 11000 | 1001001 |
Color Harmonies of #ACCBAA
Complementary color
Monochromatic Colors of #ACCBAA
Black with #ACCBAA
Text Example
Text Example
White with #ACCBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCBAA; }
p { color: rgb(172,203,170); }
H1.HeaderClassName
{
color: #ACCBAA;
}
.AnyTagClassName
{
color: #ACCBAA;
}
</style>
background-color css
<style>
a { background-color: #ACCBAA; }
a { background-color: rgb(172,203,170); }
div.DivClassName
{
background-color: #ACCBAA;
}
.BgClassName
{
background-color: #ACCBAA;
}
</style>
border-color css
<style>
span { border-color: #ACCBAA; }
span { border-color: rgb(172,203,170); }
td.TdClassName
{
border-color: #ACCBAA;
}
.TagClassName
{
border-color: #ACCBAA;
}
</style>