Shades of Zanah #AFC8AF
Tints of Zanah #AFC8AF
RGB
CMYK
RGB Variations
Color information
#AFC8AF (or 0xAFC8AF) is known color: Zanah. HEX triplet: AF, C8 and AF. RGB value is (175,200,175). Sum of RGB (Red+Green+Blue) = 175+200+175=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 200 (78.52% from 255 or 36.36% from 550); Blue value is 175 (68.75% from 255 or 31.82% from 550); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC8AF is #503750. Grayscale: #BDBDBD. Windows color (decimal): -5257041 or 11520175. OLE color: 11520175.
HSL color Cylindrical-coordinate representation of color #AFC8AF: hue angle of 120º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFC8AF is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 200 | 175 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.22 |
| HSL | 120º | 0.19% | 0.74% | - |
| HSV(B) | 120º | 0.13% | 0.78% | - |
| XYZ | 46.07 | 53.52 | 48.46 | - |
| YUV | 189.68 | 119.72 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 175 | 0.12 | 0 | 0.12 | 0.22 | 120 | 0.19 | 0.74 |
| Hex | AF | C8 | AF | C | 0 | C | 16 | 78 | 13 | 4A |
| Octal | 257 | 310 | 257 | 14 | 0 | 14 | 26 | 170 | 23 | 112 |
| Binary | 10101111 | 11001000 | 10101111 | 1100 | 0 | 1100 | 10110 | 1111000 | 10011 | 1001010 |
Color Harmonies of #AFC8AF
Complementary color
Monochromatic Colors of #AFC8AF
Black with #AFC8AF
Text Example
Text Example
White with #AFC8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC8AF; }
p { color: rgb(175,200,175); }
H1.HeaderClassName
{
color: #AFC8AF;
}
.AnyTagClassName
{
color: #AFC8AF;
}
</style>
background-color css
<style>
a { background-color: #AFC8AF; }
a { background-color: rgb(175,200,175); }
div.DivClassName
{
background-color: #AFC8AF;
}
.BgClassName
{
background-color: #AFC8AF;
}
</style>
border-color css
<style>
span { border-color: #AFC8AF; }
span { border-color: rgb(175,200,175); }
td.TdClassName
{
border-color: #AFC8AF;
}
.TagClassName
{
border-color: #AFC8AF;
}
</style>