Shades of Zanah #AFCDB1
Tints of Zanah #AFCDB1
RGB
CMYK
RGB Variations
Color information
#AFCDB1 (or 0xAFCDB1) is known color: Zanah. HEX triplet: AF, CD and B1. RGB value is (175,205,177). Sum of RGB (Red+Green+Blue) = 175+205+177=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 205 (80.47% from 255 or 36.80% from 557); Blue value is 177 (69.53% from 255 or 31.78% from 557); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCDB1 is #50324E. Grayscale: #C0C0C0. Windows color (decimal): -5255759 or 11652527. OLE color: 11652527.
HSL color Cylindrical-coordinate representation of color #AFCDB1: hue angle of 124º 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 #AFCDB1 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 205 | 177 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.20 |
| HSL | 124º | 0.23% | 0.75% | - |
| HSV(B) | 124º | 0.15% | 0.8% | - |
| XYZ | 47.45 | 55.95 | 49.89 | - |
| YUV | 192.84 | 119.06 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 177 | 0.15 | 0 | 0.14 | 0.20 | 124 | 0.23 | 0.75 |
| Hex | AF | CD | B1 | F | 0 | E | 14 | 7C | 17 | 4B |
| Octal | 257 | 315 | 261 | 17 | 0 | 16 | 24 | 174 | 27 | 113 |
| Binary | 10101111 | 11001101 | 10110001 | 1111 | 0 | 1110 | 10100 | 1111100 | 10111 | 1001011 |
Color Harmonies of #AFCDB1
Complementary color
Monochromatic Colors of #AFCDB1
Black with #AFCDB1
Text Example
Text Example
White with #AFCDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCDB1; }
p { color: rgb(175,205,177); }
H1.HeaderClassName
{
color: #AFCDB1;
}
.AnyTagClassName
{
color: #AFCDB1;
}
</style>
background-color css
<style>
a { background-color: #AFCDB1; }
a { background-color: rgb(175,205,177); }
div.DivClassName
{
background-color: #AFCDB1;
}
.BgClassName
{
background-color: #AFCDB1;
}
</style>
border-color css
<style>
span { border-color: #AFCDB1; }
span { border-color: rgb(175,205,177); }
td.TdClassName
{
border-color: #AFCDB1;
}
.TagClassName
{
border-color: #AFCDB1;
}
</style>