Shades of Zanah #A7CFA3
Tints of Zanah #A7CFA3
RGB
CMYK
RGB Variations
Color information
#A7CFA3 (or 0xA7CFA3) is known color: Zanah. HEX triplet: A7, CF and A3. RGB value is (167,207,163). Sum of RGB (Red+Green+Blue) = 167+207+163=537 (71% of max value = 765). Red value is 167 (65.62% from 255 or 31.10% from 537); Green value is 207 (81.25% from 255 or 38.55% from 537); Blue value is 163 (64.06% from 255 or 30.35% from 537); Max value from RGB is 207 - color contains mainly: green. Hex color #A7CFA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7CFA3 is #58305C. Grayscale: #BEBEBE. Windows color (decimal): -5779549 or 10735527. OLE color: 10735527.
HSL color Cylindrical-coordinate representation of color #A7CFA3: hue angle of 114.55º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A7CFA3 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 207 | 163 | - |
| CMYK | 0.19 | 0 | 0.21 | 0.19 |
| HSL | 114.55º | 0.31% | 0.73% | - |
| HSV(B) | 114.55º | 0.21% | 0.81% | - |
| XYZ | 44.86 | 55.49 | 43 | - |
| YUV | 190.02 | 112.75 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 207 | 163 | 0.19 | 0 | 0.21 | 0.19 | 114.55 | 0.31 | 0.73 |
| Hex | A7 | CF | A3 | 13 | 0 | 15 | 13 | 73 | 1F | 49 |
| Octal | 247 | 317 | 243 | 23 | 0 | 25 | 23 | 163 | 37 | 111 |
| Binary | 10100111 | 11001111 | 10100011 | 10011 | 0 | 10101 | 10011 | 1110011 | 11111 | 1001001 |
Color Harmonies of #A7CFA3
Complementary color
Monochromatic Colors of #A7CFA3
Black with #A7CFA3
Text Example
Text Example
White with #A7CFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CFA3; }
p { color: rgb(167,207,163); }
H1.HeaderClassName
{
color: #A7CFA3;
}
.AnyTagClassName
{
color: #A7CFA3;
}
</style>
background-color css
<style>
a { background-color: #A7CFA3; }
a { background-color: rgb(167,207,163); }
div.DivClassName
{
background-color: #A7CFA3;
}
.BgClassName
{
background-color: #A7CFA3;
}
</style>
border-color css
<style>
span { border-color: #A7CFA3; }
span { border-color: rgb(167,207,163); }
td.TdClassName
{
border-color: #A7CFA3;
}
.TagClassName
{
border-color: #A7CFA3;
}
</style>