Shades of Zanah #AFCEB1
Tints of Zanah #AFCEB1
RGB
CMYK
RGB Variations
Color information
#AFCEB1 (or 0xAFCEB1) is known color: Zanah. HEX triplet: AF, CE and B1. RGB value is (175,206,177). Sum of RGB (Red+Green+Blue) = 175+206+177=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 206 (80.86% from 255 or 36.92% from 558); Blue value is 177 (69.53% from 255 or 31.72% from 558); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCEB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCEB1 is #50314E. Grayscale: #C1C1C1. Windows color (decimal): -5255503 or 11652783. OLE color: 11652783.
HSL color Cylindrical-coordinate representation of color #AFCEB1: hue angle of 123.87º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFCEB1 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 206 | 177 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.19 |
| HSL | 123.87º | 0.24% | 0.75% | - |
| HSV(B) | 123.87º | 0.15% | 0.81% | - |
| XYZ | 47.69 | 56.43 | 49.97 | - |
| YUV | 193.43 | 118.73 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 206 | 177 | 0.15 | 0 | 0.14 | 0.19 | 123.87 | 0.24 | 0.75 |
| Hex | AF | CE | B1 | F | 0 | E | 13 | 7C | 18 | 4B |
| Octal | 257 | 316 | 261 | 17 | 0 | 16 | 23 | 174 | 30 | 113 |
| Binary | 10101111 | 11001110 | 10110001 | 1111 | 0 | 1110 | 10011 | 1111100 | 11000 | 1001011 |
Color Harmonies of #AFCEB1
Complementary color
Monochromatic Colors of #AFCEB1
Black with #AFCEB1
Text Example
Text Example
White with #AFCEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCEB1; }
p { color: rgb(175,206,177); }
H1.HeaderClassName
{
color: #AFCEB1;
}
.AnyTagClassName
{
color: #AFCEB1;
}
</style>
background-color css
<style>
a { background-color: #AFCEB1; }
a { background-color: rgb(175,206,177); }
div.DivClassName
{
background-color: #AFCEB1;
}
.BgClassName
{
background-color: #AFCEB1;
}
</style>
border-color css
<style>
span { border-color: #AFCEB1; }
span { border-color: rgb(175,206,177); }
td.TdClassName
{
border-color: #AFCEB1;
}
.TagClassName
{
border-color: #AFCEB1;
}
</style>