Shades of Zanah #A8CBA7
Tints of Zanah #A8CBA7
RGB
CMYK
RGB Variations
Color information
#A8CBA7 (or 0xA8CBA7) is known color: Zanah. HEX triplet: A8, CB and A7. RGB value is (168,203,167). Sum of RGB (Red+Green+Blue) = 168+203+167=538 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.23% from 538); Green value is 203 (79.69% from 255 or 37.73% from 538); Blue value is 167 (65.62% from 255 or 31.04% from 538); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CBA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CBA7 is #573458. Grayscale: #BCBCBC. Windows color (decimal): -5715033 or 10996648. OLE color: 10996648.
HSL color Cylindrical-coordinate representation of color #A8CBA7: hue angle of 118.33º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8CBA7 is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 203 | 167 | - |
| CMYK | 0.17 | 0 | 0.18 | 0.20 |
| HSL | 118.33º | 0.26% | 0.73% | - |
| HSV(B) | 118.33º | 0.18% | 0.8% | - |
| XYZ | 44.48 | 53.83 | 44.6 | - |
| YUV | 188.43 | 115.9 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 203 | 167 | 0.17 | 0 | 0.18 | 0.20 | 118.33 | 0.26 | 0.73 |
| Hex | A8 | CB | A7 | 11 | 0 | 12 | 14 | 76 | 1A | 49 |
| Octal | 250 | 313 | 247 | 21 | 0 | 22 | 24 | 166 | 32 | 111 |
| Binary | 10101000 | 11001011 | 10100111 | 10001 | 0 | 10010 | 10100 | 1110110 | 11010 | 1001001 |
Color Harmonies of #A8CBA7
Complementary color
Monochromatic Colors of #A8CBA7
Black with #A8CBA7
Text Example
Text Example
White with #A8CBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CBA7; }
p { color: rgb(168,203,167); }
H1.HeaderClassName
{
color: #A8CBA7;
}
.AnyTagClassName
{
color: #A8CBA7;
}
</style>
background-color css
<style>
a { background-color: #A8CBA7; }
a { background-color: rgb(168,203,167); }
div.DivClassName
{
background-color: #A8CBA7;
}
.BgClassName
{
background-color: #A8CBA7;
}
</style>
border-color css
<style>
span { border-color: #A8CBA7; }
span { border-color: rgb(168,203,167); }
td.TdClassName
{
border-color: #A8CBA7;
}
.TagClassName
{
border-color: #A8CBA7;
}
</style>