Shades of Zanah #A7CFA7
Tints of Zanah #A7CFA7
RGB
CMYK
RGB Variations
Color information
#A7CFA7 (or 0xA7CFA7) is known color: Zanah. HEX triplet: A7, CF and A7. RGB value is (167,207,167). Sum of RGB (Red+Green+Blue) = 167+207+167=541 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.87% from 541); Green value is 207 (81.25% from 255 or 38.26% from 541); Blue value is 167 (65.62% from 255 or 30.87% from 541); Max value from RGB is 207 - color contains mainly: green. Hex color #A7CFA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7CFA7 is #583058. Grayscale: #BEBEBE. Windows color (decimal): -5779545 or 10997671. OLE color: 10997671.
HSL color Cylindrical-coordinate representation of color #A7CFA7: hue angle of 120º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A7CFA7 is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 207 | 167 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.19 |
| HSL | 120º | 0.29% | 0.73% | - |
| HSV(B) | 120º | 0.19% | 0.81% | - |
| XYZ | 45.22 | 55.63 | 44.91 | - |
| YUV | 190.48 | 114.75 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 207 | 167 | 0.19 | 0 | 0.19 | 0.19 | 120 | 0.29 | 0.73 |
| Hex | A7 | CF | A7 | 13 | 0 | 13 | 13 | 78 | 1D | 49 |
| Octal | 247 | 317 | 247 | 23 | 0 | 23 | 23 | 170 | 35 | 111 |
| Binary | 10100111 | 11001111 | 10100111 | 10011 | 0 | 10011 | 10011 | 1111000 | 11101 | 1001001 |
Color Harmonies of #A7CFA7
Complementary color
Monochromatic Colors of #A7CFA7
Black with #A7CFA7
Text Example
Text Example
White with #A7CFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CFA7; }
p { color: rgb(167,207,167); }
H1.HeaderClassName
{
color: #A7CFA7;
}
.AnyTagClassName
{
color: #A7CFA7;
}
</style>
background-color css
<style>
a { background-color: #A7CFA7; }
a { background-color: rgb(167,207,167); }
div.DivClassName
{
background-color: #A7CFA7;
}
.BgClassName
{
background-color: #A7CFA7;
}
</style>
border-color css
<style>
span { border-color: #A7CFA7; }
span { border-color: rgb(167,207,167); }
td.TdClassName
{
border-color: #A7CFA7;
}
.TagClassName
{
border-color: #A7CFA7;
}
</style>