Shades of Zanah #AFBDAF
Tints of Zanah #AFBDAF
RGB
CMYK
RGB Variations
Color information
#AFBDAF (or 0xAFBDAF) is known color: Zanah. HEX triplet: AF, BD and AF. RGB value is (175,189,175). Sum of RGB (Red+Green+Blue) = 175+189+175=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 175 (68.75% from 255 or 32.47% from 539); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBDAF is #504250. Grayscale: #B7B7B7. Windows color (decimal): -5259857 or 11517359. OLE color: 11517359.
HSL color Cylindrical-coordinate representation of color #AFBDAF: hue angle of 120º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AFBDAF is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 189 | 175 | - |
| CMYK | 0.07 | 0 | 0.07 | 0.26 |
| HSL | 120º | 0.1% | 0.71% | - |
| HSV(B) | 120º | 0.07% | 0.74% | - |
| XYZ | 43.61 | 48.6 | 47.64 | - |
| YUV | 183.22 | 123.36 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 189 | 175 | 0.07 | 0 | 0.07 | 0.26 | 120 | 0.1 | 0.71 |
| Hex | AF | BD | AF | 7 | 0 | 7 | 1A | 78 | A | 47 |
| Octal | 257 | 275 | 257 | 7 | 0 | 7 | 32 | 170 | 12 | 107 |
| Binary | 10101111 | 10111101 | 10101111 | 111 | 0 | 111 | 11010 | 1111000 | 1010 | 1000111 |
Color Harmonies of #AFBDAF
Complementary color
Monochromatic Colors of #AFBDAF
Black with #AFBDAF
Text Example
Text Example
White with #AFBDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBDAF; }
p { color: rgb(175,189,175); }
H1.HeaderClassName
{
color: #AFBDAF;
}
.AnyTagClassName
{
color: #AFBDAF;
}
</style>
background-color css
<style>
a { background-color: #AFBDAF; }
a { background-color: rgb(175,189,175); }
div.DivClassName
{
background-color: #AFBDAF;
}
.BgClassName
{
background-color: #AFBDAF;
}
</style>
border-color css
<style>
span { border-color: #AFBDAF; }
span { border-color: rgb(175,189,175); }
td.TdClassName
{
border-color: #AFBDAF;
}
.TagClassName
{
border-color: #AFBDAF;
}
</style>