Shades of Zanah #AFCCAF
Tints of Zanah #AFCCAF
RGB
CMYK
RGB Variations
Color information
#AFCCAF (or 0xAFCCAF) is known color: Zanah. HEX triplet: AF, CC and AF. RGB value is (175,204,175). Sum of RGB (Red+Green+Blue) = 175+204+175=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 204 (80.08% from 255 or 36.82% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCCAF is #503350. Grayscale: #C0C0C0. Windows color (decimal): -5256017 or 11521199. OLE color: 11521199.
HSL color Cylindrical-coordinate representation of color #AFCCAF: hue angle of 120º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFCCAF is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 204 | 175 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.2 |
| HSL | 120º | 0.22% | 0.74% | - |
| HSV(B) | 120º | 0.14% | 0.8% | - |
| XYZ | 47.01 | 55.39 | 48.77 | - |
| YUV | 192.02 | 118.39 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 204 | 175 | 0.14 | 0 | 0.14 | 0.2 | 120 | 0.22 | 0.74 |
| Hex | AF | CC | AF | E | 0 | E | 14 | 78 | 16 | 4A |
| Octal | 257 | 314 | 257 | 16 | 0 | 16 | 24 | 170 | 26 | 112 |
| Binary | 10101111 | 11001100 | 10101111 | 1110 | 0 | 1110 | 10100 | 1111000 | 10110 | 1001010 |
Color Harmonies of #AFCCAF
Complementary color
Monochromatic Colors of #AFCCAF
Black with #AFCCAF
Text Example
Text Example
White with #AFCCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCCAF; }
p { color: rgb(175,204,175); }
H1.HeaderClassName
{
color: #AFCCAF;
}
.AnyTagClassName
{
color: #AFCCAF;
}
</style>
background-color css
<style>
a { background-color: #AFCCAF; }
a { background-color: rgb(175,204,175); }
div.DivClassName
{
background-color: #AFCCAF;
}
.BgClassName
{
background-color: #AFCCAF;
}
</style>
border-color css
<style>
span { border-color: #AFCCAF; }
span { border-color: rgb(175,204,175); }
td.TdClassName
{
border-color: #AFCCAF;
}
.TagClassName
{
border-color: #AFCCAF;
}
</style>