Shades of Zanah #A7CBA5
Tints of Zanah #A7CBA5
RGB
CMYK
RGB Variations
Color information
#A7CBA5 (or 0xA7CBA5) is known color: Zanah. HEX triplet: A7, CB and A5. RGB value is (167,203,165). Sum of RGB (Red+Green+Blue) = 167+203+165=535 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.21% from 535); Green value is 203 (79.69% from 255 or 37.94% from 535); Blue value is 165 (64.84% from 255 or 30.84% from 535); Max value from RGB is 203 - color contains mainly: green. Hex color #A7CBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7CBA5 is #58345A. Grayscale: #BCBCBC. Windows color (decimal): -5780571 or 10865575. OLE color: 10865575.
HSL color Cylindrical-coordinate representation of color #A7CBA5: hue angle of 116.84º 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 #A7CBA5 is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 203 | 165 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.20 |
| HSL | 116.84º | 0.27% | 0.72% | - |
| HSV(B) | 116.84º | 0.19% | 0.8% | - |
| XYZ | 44.08 | 53.64 | 43.63 | - |
| YUV | 187.9 | 115.07 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 203 | 165 | 0.18 | 0 | 0.19 | 0.20 | 116.84 | 0.27 | 0.72 |
| Hex | A7 | CB | A5 | 12 | 0 | 13 | 14 | 75 | 1B | 48 |
| Octal | 247 | 313 | 245 | 22 | 0 | 23 | 24 | 165 | 33 | 110 |
| Binary | 10100111 | 11001011 | 10100101 | 10010 | 0 | 10011 | 10100 | 1110101 | 11011 | 1001000 |
Color Harmonies of #A7CBA5
Complementary color
Monochromatic Colors of #A7CBA5
Black with #A7CBA5
Text Example
Text Example
White with #A7CBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CBA5; }
p { color: rgb(167,203,165); }
H1.HeaderClassName
{
color: #A7CBA5;
}
.AnyTagClassName
{
color: #A7CBA5;
}
</style>
background-color css
<style>
a { background-color: #A7CBA5; }
a { background-color: rgb(167,203,165); }
div.DivClassName
{
background-color: #A7CBA5;
}
.BgClassName
{
background-color: #A7CBA5;
}
</style>
border-color css
<style>
span { border-color: #A7CBA5; }
span { border-color: rgb(167,203,165); }
td.TdClassName
{
border-color: #A7CBA5;
}
.TagClassName
{
border-color: #A7CBA5;
}
</style>