Shades of Zanah #AFCDAF
Tints of Zanah #AFCDAF
RGB
CMYK
RGB Variations
Color information
#AFCDAF (or 0xAFCDAF) is known color: Zanah. HEX triplet: AF, CD and AF. RGB value is (175,205,175). Sum of RGB (Red+Green+Blue) = 175+205+175=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 205 (80.47% from 255 or 36.94% from 555); Blue value is 175 (68.75% from 255 or 31.53% from 555); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCDAF is #503250. Grayscale: #C0C0C0. Windows color (decimal): -5255761 or 11521455. OLE color: 11521455.
HSL color Cylindrical-coordinate representation of color #AFCDAF: hue angle of 120º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFCDAF is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 205 | 175 | - |
| CMYK | 0.15 | 0 | 0.15 | 0.20 |
| HSL | 120º | 0.23% | 0.75% | - |
| HSV(B) | 120º | 0.15% | 0.8% | - |
| XYZ | 47.25 | 55.87 | 48.85 | - |
| YUV | 192.61 | 118.06 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 175 | 0.15 | 0 | 0.15 | 0.20 | 120 | 0.23 | 0.75 |
| Hex | AF | CD | AF | F | 0 | F | 14 | 78 | 17 | 4B |
| Octal | 257 | 315 | 257 | 17 | 0 | 17 | 24 | 170 | 27 | 113 |
| Binary | 10101111 | 11001101 | 10101111 | 1111 | 0 | 1111 | 10100 | 1111000 | 10111 | 1001011 |
Color Harmonies of #AFCDAF
Complementary color
Monochromatic Colors of #AFCDAF
Black with #AFCDAF
Text Example
Text Example
White with #AFCDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCDAF; }
p { color: rgb(175,205,175); }
H1.HeaderClassName
{
color: #AFCDAF;
}
.AnyTagClassName
{
color: #AFCDAF;
}
</style>
background-color css
<style>
a { background-color: #AFCDAF; }
a { background-color: rgb(175,205,175); }
div.DivClassName
{
background-color: #AFCDAF;
}
.BgClassName
{
background-color: #AFCDAF;
}
</style>
border-color css
<style>
span { border-color: #AFCDAF; }
span { border-color: rgb(175,205,175); }
td.TdClassName
{
border-color: #AFCDAF;
}
.TagClassName
{
border-color: #AFCDAF;
}
</style>