Shades of Zanah #AACBA5
Tints of Zanah #AACBA5
RGB
CMYK
RGB Variations
Color information
#AACBA5 (or 0xAACBA5) is known color: Zanah. HEX triplet: AA, CB and A5. RGB value is (170,203,165). Sum of RGB (Red+Green+Blue) = 170+203+165=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 203 (79.69% from 255 or 37.73% from 538); Blue value is 165 (64.84% from 255 or 30.67% from 538); Max value from RGB is 203 - color contains mainly: green. Hex color #AACBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACBA5 is #55345A. Grayscale: #BCBCBC. Windows color (decimal): -5583963 or 10865578. OLE color: 10865578.
HSL color Cylindrical-coordinate representation of color #AACBA5: hue angle of 112.11º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AACBA5 is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 203 | 165 | - |
| CMYK | 0.16 | 0 | 0.19 | 0.20 |
| HSL | 112.11º | 0.27% | 0.72% | - |
| HSV(B) | 112.11º | 0.19% | 0.8% | - |
| XYZ | 44.73 | 53.97 | 43.66 | - |
| YUV | 188.8 | 114.57 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 203 | 165 | 0.16 | 0 | 0.19 | 0.20 | 112.11 | 0.27 | 0.72 |
| Hex | AA | CB | A5 | 10 | 0 | 13 | 14 | 70 | 1B | 48 |
| Octal | 252 | 313 | 245 | 20 | 0 | 23 | 24 | 160 | 33 | 110 |
| Binary | 10101010 | 11001011 | 10100101 | 10000 | 0 | 10011 | 10100 | 1110000 | 11011 | 1001000 |
Color Harmonies of #AACBA5
Complementary color
Monochromatic Colors of #AACBA5
Black with #AACBA5
Text Example
Text Example
White with #AACBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACBA5; }
p { color: rgb(170,203,165); }
H1.HeaderClassName
{
color: #AACBA5;
}
.AnyTagClassName
{
color: #AACBA5;
}
</style>
background-color css
<style>
a { background-color: #AACBA5; }
a { background-color: rgb(170,203,165); }
div.DivClassName
{
background-color: #AACBA5;
}
.BgClassName
{
background-color: #AACBA5;
}
</style>
border-color css
<style>
span { border-color: #AACBA5; }
span { border-color: rgb(170,203,165); }
td.TdClassName
{
border-color: #AACBA5;
}
.TagClassName
{
border-color: #AACBA5;
}
</style>