Shades of Zanah #A7BFA6
Tints of Zanah #A7BFA6
RGB
CMYK
RGB Variations
Color information
#A7BFA6 (or 0xA7BFA6) is known color: Zanah. HEX triplet: A7, BF and A6. RGB value is (167,191,166). Sum of RGB (Red+Green+Blue) = 167+191+166=524 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.87% from 524); Green value is 191 (75% from 255 or 36.45% from 524); Blue value is 166 (65.23% from 255 or 31.68% from 524); Max value from RGB is 191 - color contains mainly: green. Hex color #A7BFA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BFA6 is #584059. Grayscale: #B5B5B5. Windows color (decimal): -5783642 or 10928039. OLE color: 10928039.
HSL color Cylindrical-coordinate representation of color #A7BFA6: hue angle of 117.6º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A7BFA6 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 167 | 191 | 166 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.25 |
| HSL | 117.6º | 0.16% | 0.7% | - |
| HSV(B) | 117.6º | 0.13% | 0.75% | - |
| XYZ | 41.45 | 48.23 | 43.2 | - |
| YUV | 180.97 | 119.55 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 191 | 166 | 0.13 | 0 | 0.13 | 0.25 | 117.6 | 0.16 | 0.7 |
| Hex | A7 | BF | A6 | D | 0 | D | 19 | 76 | 10 | 46 |
| Octal | 247 | 277 | 246 | 15 | 0 | 15 | 31 | 166 | 20 | 106 |
| Binary | 10100111 | 10111111 | 10100110 | 1101 | 0 | 1101 | 11001 | 1110110 | 10000 | 1000110 |
Color Harmonies of #A7BFA6
Complementary color
Monochromatic Colors of #A7BFA6
Black with #A7BFA6
Text Example
Text Example
White with #A7BFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BFA6; }
p { color: rgb(167,191,166); }
H1.HeaderClassName
{
color: #A7BFA6;
}
.AnyTagClassName
{
color: #A7BFA6;
}
</style>
background-color css
<style>
a { background-color: #A7BFA6; }
a { background-color: rgb(167,191,166); }
div.DivClassName
{
background-color: #A7BFA6;
}
.BgClassName
{
background-color: #A7BFA6;
}
</style>
border-color css
<style>
span { border-color: #A7BFA6; }
span { border-color: rgb(167,191,166); }
td.TdClassName
{
border-color: #A7BFA6;
}
.TagClassName
{
border-color: #A7BFA6;
}
</style>