Shades of Zanah #A8CDA6
Tints of Zanah #A8CDA6
RGB
CMYK
RGB Variations
Color information
#A8CDA6 (or 0xA8CDA6) is known color: Zanah. HEX triplet: A8, CD and A6. RGB value is (168,205,166). Sum of RGB (Red+Green+Blue) = 168+205+166=539 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.17% from 539); Green value is 205 (80.47% from 255 or 38.03% from 539); Blue value is 166 (65.23% from 255 or 30.80% from 539); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CDA6 is #573259. Grayscale: #BDBDBD. Windows color (decimal): -5714522 or 10931624. OLE color: 10931624.
HSL color Cylindrical-coordinate representation of color #A8CDA6: hue angle of 116.92º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A8CDA6 is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 205 | 166 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.20 |
| HSL | 116.92º | 0.28% | 0.73% | - |
| HSV(B) | 116.92º | 0.19% | 0.8% | - |
| XYZ | 44.86 | 54.74 | 44.28 | - |
| YUV | 189.49 | 114.74 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 205 | 166 | 0.18 | 0 | 0.19 | 0.20 | 116.92 | 0.28 | 0.73 |
| Hex | A8 | CD | A6 | 12 | 0 | 13 | 14 | 75 | 1C | 49 |
| Octal | 250 | 315 | 246 | 22 | 0 | 23 | 24 | 165 | 34 | 111 |
| Binary | 10101000 | 11001101 | 10100110 | 10010 | 0 | 10011 | 10100 | 1110101 | 11100 | 1001001 |
Color Harmonies of #A8CDA6
Complementary color
Monochromatic Colors of #A8CDA6
Black with #A8CDA6
Text Example
Text Example
White with #A8CDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CDA6; }
p { color: rgb(168,205,166); }
H1.HeaderClassName
{
color: #A8CDA6;
}
.AnyTagClassName
{
color: #A8CDA6;
}
</style>
background-color css
<style>
a { background-color: #A8CDA6; }
a { background-color: rgb(168,205,166); }
div.DivClassName
{
background-color: #A8CDA6;
}
.BgClassName
{
background-color: #A8CDA6;
}
</style>
border-color css
<style>
span { border-color: #A8CDA6; }
span { border-color: rgb(168,205,166); }
td.TdClassName
{
border-color: #A8CDA6;
}
.TagClassName
{
border-color: #A8CDA6;
}
</style>