Shades of Zanah #AFCDB0
Tints of Zanah #AFCDB0
RGB
CMYK
RGB Variations
Color information
#AFCDB0 (or 0xAFCDB0) is known color: Zanah. HEX triplet: AF, CD and B0. RGB value is (175,205,176). Sum of RGB (Red+Green+Blue) = 175+205+176=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 205 (80.47% from 255 or 36.87% from 556); Blue value is 176 (69.14% from 255 or 31.65% from 556); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCDB0 is #50324F. Grayscale: #C0C0C0. Windows color (decimal): -5255760 or 11586991. OLE color: 11586991.
HSL color Cylindrical-coordinate representation of color #AFCDB0: hue angle of 122º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFCDB0 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 205 | 176 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.20 |
| HSL | 122º | 0.23% | 0.75% | - |
| HSV(B) | 122º | 0.15% | 0.8% | - |
| XYZ | 47.35 | 55.91 | 49.37 | - |
| YUV | 192.72 | 118.56 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 176 | 0.15 | 0 | 0.14 | 0.20 | 122 | 0.23 | 0.75 |
| Hex | AF | CD | B0 | F | 0 | E | 14 | 7A | 17 | 4B |
| Octal | 257 | 315 | 260 | 17 | 0 | 16 | 24 | 172 | 27 | 113 |
| Binary | 10101111 | 11001101 | 10110000 | 1111 | 0 | 1110 | 10100 | 1111010 | 10111 | 1001011 |
Color Harmonies of #AFCDB0
Complementary color
Monochromatic Colors of #AFCDB0
Black with #AFCDB0
Text Example
Text Example
White with #AFCDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCDB0; }
p { color: rgb(175,205,176); }
H1.HeaderClassName
{
color: #AFCDB0;
}
.AnyTagClassName
{
color: #AFCDB0;
}
</style>
background-color css
<style>
a { background-color: #AFCDB0; }
a { background-color: rgb(175,205,176); }
div.DivClassName
{
background-color: #AFCDB0;
}
.BgClassName
{
background-color: #AFCDB0;
}
</style>
border-color css
<style>
span { border-color: #AFCDB0; }
span { border-color: rgb(175,205,176); }
td.TdClassName
{
border-color: #AFCDB0;
}
.TagClassName
{
border-color: #AFCDB0;
}
</style>