Shades of Zanah #AFCCAB
Tints of Zanah #AFCCAB
RGB
CMYK
RGB Variations
Color information
#AFCCAB (or 0xAFCCAB) is known color: Zanah. HEX triplet: AF, CC and AB. RGB value is (175,204,171). Sum of RGB (Red+Green+Blue) = 175+204+171=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 204 (80.08% from 255 or 37.09% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCCAB is #503354. Grayscale: #BFBFBF. Windows color (decimal): -5256021 or 11259055. OLE color: 11259055.
HSL color Cylindrical-coordinate representation of color #AFCCAB: hue angle of 112.73º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFCCAB is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 204 | 171 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.2 |
| HSL | 112.73º | 0.24% | 0.74% | - |
| HSV(B) | 112.73º | 0.16% | 0.8% | - |
| XYZ | 46.62 | 55.24 | 46.73 | - |
| YUV | 191.57 | 116.39 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 204 | 171 | 0.14 | 0 | 0.16 | 0.2 | 112.73 | 0.24 | 0.74 |
| Hex | AF | CC | AB | E | 0 | 10 | 14 | 71 | 18 | 4A |
| Octal | 257 | 314 | 253 | 16 | 0 | 20 | 24 | 161 | 30 | 112 |
| Binary | 10101111 | 11001100 | 10101011 | 1110 | 0 | 10000 | 10100 | 1110001 | 11000 | 1001010 |
Color Harmonies of #AFCCAB
Complementary color
Monochromatic Colors of #AFCCAB
Black with #AFCCAB
Text Example
Text Example
White with #AFCCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCCAB; }
p { color: rgb(175,204,171); }
H1.HeaderClassName
{
color: #AFCCAB;
}
.AnyTagClassName
{
color: #AFCCAB;
}
</style>
background-color css
<style>
a { background-color: #AFCCAB; }
a { background-color: rgb(175,204,171); }
div.DivClassName
{
background-color: #AFCCAB;
}
.BgClassName
{
background-color: #AFCCAB;
}
</style>
border-color css
<style>
span { border-color: #AFCCAB; }
span { border-color: rgb(175,204,171); }
td.TdClassName
{
border-color: #AFCCAB;
}
.TagClassName
{
border-color: #AFCCAB;
}
</style>