Shades of Zanah #AFD1A8
Tints of Zanah #AFD1A8
RGB
CMYK
RGB Variations
Color information
#AFD1A8 (or 0xAFD1A8) is known color: Zanah. HEX triplet: AF, D1 and A8. RGB value is (175,209,168). Sum of RGB (Red+Green+Blue) = 175+209+168=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 209 (82.03% from 255 or 37.86% from 552); Blue value is 168 (66.02% from 255 or 30.43% from 552); Max value from RGB is 209 - color contains mainly: green. Hex color #AFD1A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD1A8 is #502E57. Grayscale: #C2C2C2. Windows color (decimal): -5254744 or 11063727. OLE color: 11063727.
HSL color Cylindrical-coordinate representation of color #AFD1A8: hue angle of 109.76º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFD1A8 is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
RGB | 175 | 209 | 168 | - |
CMYK | 0.16 | 0 | 0.20 | 0.18 |
HSL | 109.76º | 0.31% | 0.74% | - |
HSV(B) | 109.76º | 0.2% | 0.82% | - |
XYZ | 47.55 | 57.54 | 45.65 | - |
YUV | 194.16 | 113.24 | 114.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 209 | 168 | 0.16 | 0 | 0.20 | 0.18 | 109.76 | 0.31 | 0.74 |
Hex | AF | D1 | A8 | 10 | 0 | 14 | 12 | 6E | 1F | 4A |
Octal | 257 | 321 | 250 | 20 | 0 | 24 | 22 | 156 | 37 | 112 |
Binary | 10101111 | 11010001 | 10101000 | 10000 | 0 | 10100 | 10010 | 1101110 | 11111 | 1001010 |
Color Harmonies of #AFD1A8
Complementary color
Monochromatic Colors of #AFD1A8
Black with #AFD1A8
Text Example
Text Example
White with #AFD1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD1A8; }
p { color: rgb(175,209,168); }
H1.HeaderClassName
{
color: #AFD1A8;
}
.AnyTagClassName
{
color: #AFD1A8;
}
</style>
background-color css
<style>
a { background-color: #AFD1A8; }
a { background-color: rgb(175,209,168); }
div.DivClassName
{
background-color: #AFD1A8;
}
.BgClassName
{
background-color: #AFD1A8;
}
</style>
border-color css
<style>
span { border-color: #AFD1A8; }
span { border-color: rgb(175,209,168); }
td.TdClassName
{
border-color: #AFD1A8;
}
.TagClassName
{
border-color: #AFD1A8;
}
</style>