Shades of Zanah #AFCCAC
Tints of Zanah #AFCCAC
RGB
CMYK
RGB Variations
Color information
#AFCCAC (or 0xAFCCAC) is known color: Zanah. HEX triplet: AF, CC and AC. RGB value is (175,204,172). Sum of RGB (Red+Green+Blue) = 175+204+172=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 172 (67.58% from 255 or 31.22% from 551); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCCAC is #503353. Grayscale: #BFBFBF. Windows color (decimal): -5256020 or 11324591. OLE color: 11324591.
HSL color Cylindrical-coordinate representation of color #AFCCAC: hue angle of 114.38º 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 #AFCCAC is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 204 | 172 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.2 |
| HSL | 114.38º | 0.24% | 0.74% | - |
| HSV(B) | 114.38º | 0.16% | 0.8% | - |
| XYZ | 46.72 | 55.28 | 47.24 | - |
| YUV | 191.68 | 116.89 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 204 | 172 | 0.14 | 0 | 0.16 | 0.2 | 114.38 | 0.24 | 0.74 |
| Hex | AF | CC | AC | E | 0 | 10 | 14 | 72 | 18 | 4A |
| Octal | 257 | 314 | 254 | 16 | 0 | 20 | 24 | 162 | 30 | 112 |
| Binary | 10101111 | 11001100 | 10101100 | 1110 | 0 | 10000 | 10100 | 1110010 | 11000 | 1001010 |
Color Harmonies of #AFCCAC
Complementary color
Monochromatic Colors of #AFCCAC
Black with #AFCCAC
Text Example
Text Example
White with #AFCCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCCAC; }
p { color: rgb(175,204,172); }
H1.HeaderClassName
{
color: #AFCCAC;
}
.AnyTagClassName
{
color: #AFCCAC;
}
</style>
background-color css
<style>
a { background-color: #AFCCAC; }
a { background-color: rgb(175,204,172); }
div.DivClassName
{
background-color: #AFCCAC;
}
.BgClassName
{
background-color: #AFCCAC;
}
</style>
border-color css
<style>
span { border-color: #AFCCAC; }
span { border-color: rgb(175,204,172); }
td.TdClassName
{
border-color: #AFCCAC;
}
.TagClassName
{
border-color: #AFCCAC;
}
</style>