Shades of Zanah #AACBA8
Tints of Zanah #AACBA8
RGB
CMYK
RGB Variations
Color information
#AACBA8 (or 0xAACBA8) is known color: Zanah. HEX triplet: AA, CB and A8. RGB value is (170,203,168). Sum of RGB (Red+Green+Blue) = 170+203+168=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 203 (79.69% from 255 or 37.52% from 541); Blue value is 168 (66.02% from 255 or 31.05% from 541); Max value from RGB is 203 - color contains mainly: green. Hex color #AACBA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACBA8 is #553457. Grayscale: #BDBDBD. Windows color (decimal): -5583960 or 11062186. OLE color: 11062186.
HSL color Cylindrical-coordinate representation of color #AACBA8: hue angle of 116.57º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AACBA8 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 203 | 168 | - |
| CMYK | 0.16 | 0 | 0.17 | 0.20 |
| HSL | 116.57º | 0.25% | 0.73% | - |
| HSV(B) | 116.57º | 0.17% | 0.8% | - |
| XYZ | 45 | 54.09 | 45.11 | - |
| YUV | 189.14 | 116.07 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 203 | 168 | 0.16 | 0 | 0.17 | 0.20 | 116.57 | 0.25 | 0.73 |
| Hex | AA | CB | A8 | 10 | 0 | 11 | 14 | 75 | 19 | 49 |
| Octal | 252 | 313 | 250 | 20 | 0 | 21 | 24 | 165 | 31 | 111 |
| Binary | 10101010 | 11001011 | 10101000 | 10000 | 0 | 10001 | 10100 | 1110101 | 11001 | 1001001 |
Color Harmonies of #AACBA8
Complementary color
Monochromatic Colors of #AACBA8
Black with #AACBA8
Text Example
Text Example
White with #AACBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACBA8; }
p { color: rgb(170,203,168); }
H1.HeaderClassName
{
color: #AACBA8;
}
.AnyTagClassName
{
color: #AACBA8;
}
</style>
background-color css
<style>
a { background-color: #AACBA8; }
a { background-color: rgb(170,203,168); }
div.DivClassName
{
background-color: #AACBA8;
}
.BgClassName
{
background-color: #AACBA8;
}
</style>
border-color css
<style>
span { border-color: #AACBA8; }
span { border-color: rgb(170,203,168); }
td.TdClassName
{
border-color: #AACBA8;
}
.TagClassName
{
border-color: #AACBA8;
}
</style>