Shades of Zanah #AFC8B0
Tints of Zanah #AFC8B0
RGB
CMYK
RGB Variations
Color information
#AFC8B0 (or 0xAFC8B0) is known color: Zanah. HEX triplet: AF, C8 and B0. RGB value is (175,200,176). Sum of RGB (Red+Green+Blue) = 175+200+176=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 200 (78.52% from 255 or 36.30% from 551); Blue value is 176 (69.14% from 255 or 31.94% from 551); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC8B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC8B0 is #50374F. Grayscale: #BDBDBD. Windows color (decimal): -5257040 or 11585711. OLE color: 11585711.
HSL color Cylindrical-coordinate representation of color #AFC8B0: hue angle of 122.4º 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 #AFC8B0 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 200 | 176 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.22 |
| HSL | 122.4º | 0.19% | 0.74% | - |
| HSV(B) | 122.4º | 0.13% | 0.78% | - |
| XYZ | 46.17 | 53.56 | 48.98 | - |
| YUV | 189.79 | 120.22 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 176 | 0.12 | 0 | 0.12 | 0.22 | 122.4 | 0.19 | 0.74 |
| Hex | AF | C8 | B0 | C | 0 | C | 16 | 7A | 13 | 4A |
| Octal | 257 | 310 | 260 | 14 | 0 | 14 | 26 | 172 | 23 | 112 |
| Binary | 10101111 | 11001000 | 10110000 | 1100 | 0 | 1100 | 10110 | 1111010 | 10011 | 1001010 |
Color Harmonies of #AFC8B0
Complementary color
Monochromatic Colors of #AFC8B0
Black with #AFC8B0
Text Example
Text Example
White with #AFC8B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC8B0; }
p { color: rgb(175,200,176); }
H1.HeaderClassName
{
color: #AFC8B0;
}
.AnyTagClassName
{
color: #AFC8B0;
}
</style>
background-color css
<style>
a { background-color: #AFC8B0; }
a { background-color: rgb(175,200,176); }
div.DivClassName
{
background-color: #AFC8B0;
}
.BgClassName
{
background-color: #AFC8B0;
}
</style>
border-color css
<style>
span { border-color: #AFC8B0; }
span { border-color: rgb(175,200,176); }
td.TdClassName
{
border-color: #AFC8B0;
}
.TagClassName
{
border-color: #AFC8B0;
}
</style>