Shades of Zanah #AFC0B0
Tints of Zanah #AFC0B0
RGB
CMYK
RGB Variations
Color information
#AFC0B0 (or 0xAFC0B0) is known color: Zanah. HEX triplet: AF, C0 and B0. RGB value is (175,192,176). Sum of RGB (Red+Green+Blue) = 175+192+176=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 192 (75.39% from 255 or 35.36% from 543); Blue value is 176 (69.14% from 255 or 32.41% from 543); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC0B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC0B0 is #503F4F. Grayscale: #B9B9B9. Windows color (decimal): -5259088 or 11583663. OLE color: 11583663.
HSL color Cylindrical-coordinate representation of color #AFC0B0: hue angle of 123.53º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AFC0B0 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 192 | 176 | - |
| CMYK | 0.09 | 0 | 0.08 | 0.25 |
| HSL | 123.53º | 0.12% | 0.72% | - |
| HSV(B) | 123.53º | 0.09% | 0.75% | - |
| XYZ | 44.37 | 49.95 | 48.38 | - |
| YUV | 185.09 | 122.87 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 192 | 176 | 0.09 | 0 | 0.08 | 0.25 | 123.53 | 0.12 | 0.72 |
| Hex | AF | C0 | B0 | 9 | 0 | 8 | 19 | 7C | C | 48 |
| Octal | 257 | 300 | 260 | 11 | 0 | 10 | 31 | 174 | 14 | 110 |
| Binary | 10101111 | 11000000 | 10110000 | 1001 | 0 | 1000 | 11001 | 1111100 | 1100 | 1001000 |
Color Harmonies of #AFC0B0
Complementary color
Monochromatic Colors of #AFC0B0
Black with #AFC0B0
Text Example
Text Example
White with #AFC0B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC0B0; }
p { color: rgb(175,192,176); }
H1.HeaderClassName
{
color: #AFC0B0;
}
.AnyTagClassName
{
color: #AFC0B0;
}
</style>
background-color css
<style>
a { background-color: #AFC0B0; }
a { background-color: rgb(175,192,176); }
div.DivClassName
{
background-color: #AFC0B0;
}
.BgClassName
{
background-color: #AFC0B0;
}
</style>
border-color css
<style>
span { border-color: #AFC0B0; }
span { border-color: rgb(175,192,176); }
td.TdClassName
{
border-color: #AFC0B0;
}
.TagClassName
{
border-color: #AFC0B0;
}
</style>