Shades of Zanah #A8CDA9
Tints of Zanah #A8CDA9
RGB
CMYK
RGB Variations
Color information
#A8CDA9 (or 0xA8CDA9) is known color: Zanah. HEX triplet: A8, CD and A9. RGB value is (168,205,169). Sum of RGB (Red+Green+Blue) = 168+205+169=542 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.00% from 542); Green value is 205 (80.47% from 255 or 37.82% from 542); Blue value is 169 (66.41% from 255 or 31.18% from 542); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CDA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CDA9 is #573256. Grayscale: #BDBDBD. Windows color (decimal): -5714519 or 11128232. OLE color: 11128232.
HSL color Cylindrical-coordinate representation of color #A8CDA9: hue angle of 121.62º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8CDA9 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
RGB | 168 | 205 | 169 | - |
CMYK | 0.18 | 0 | 0.18 | 0.20 |
HSL | 121.62º | 0.27% | 0.73% | - |
HSV(B) | 121.62º | 0.18% | 0.8% | - |
XYZ | 45.14 | 54.85 | 45.74 | - |
YUV | 189.83 | 116.24 | 112.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 205 | 169 | 0.18 | 0 | 0.18 | 0.20 | 121.62 | 0.27 | 0.73 |
Hex | A8 | CD | A9 | 12 | 0 | 12 | 14 | 7A | 1B | 49 |
Octal | 250 | 315 | 251 | 22 | 0 | 22 | 24 | 172 | 33 | 111 |
Binary | 10101000 | 11001101 | 10101001 | 10010 | 0 | 10010 | 10100 | 1111010 | 11011 | 1001001 |
Color Harmonies of #A8CDA9
Complementary color
Monochromatic Colors of #A8CDA9
Black with #A8CDA9
Text Example
Text Example
White with #A8CDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CDA9; }
p { color: rgb(168,205,169); }
H1.HeaderClassName
{
color: #A8CDA9;
}
.AnyTagClassName
{
color: #A8CDA9;
}
</style>
background-color css
<style>
a { background-color: #A8CDA9; }
a { background-color: rgb(168,205,169); }
div.DivClassName
{
background-color: #A8CDA9;
}
.BgClassName
{
background-color: #A8CDA9;
}
</style>
border-color css
<style>
span { border-color: #A8CDA9; }
span { border-color: rgb(168,205,169); }
td.TdClassName
{
border-color: #A8CDA9;
}
.TagClassName
{
border-color: #A8CDA9;
}
</style>