Shades of Zanah #A6CDA4
Tints of Zanah #A6CDA4
RGB
CMYK
RGB Variations
Color information
#A6CDA4 (or 0xA6CDA4) is known color: Zanah. HEX triplet: A6, CD and A4. RGB value is (166,205,164). Sum of RGB (Red+Green+Blue) = 166+205+164=535 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.03% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 164 (64.45% from 255 or 30.65% from 535); Max value from RGB is 205 - color contains mainly: green. Hex color #A6CDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CDA4 is #59325B. Grayscale: #BCBCBC. Windows color (decimal): -5845596 or 10800550. OLE color: 10800550.
HSL color Cylindrical-coordinate representation of color #A6CDA4: hue angle of 117.07º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A6CDA4 is Cyan = 0.19, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 205 | 164 | - |
| CMYK | 0.19 | 0 | 0.2 | 0.20 |
| HSL | 117.07º | 0.29% | 0.72% | - |
| HSV(B) | 117.07º | 0.2% | 0.8% | - |
| XYZ | 44.26 | 54.45 | 43.3 | - |
| YUV | 188.67 | 114.08 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 205 | 164 | 0.19 | 0 | 0.2 | 0.20 | 117.07 | 0.29 | 0.72 |
| Hex | A6 | CD | A4 | 13 | 0 | 14 | 14 | 75 | 1D | 48 |
| Octal | 246 | 315 | 244 | 23 | 0 | 24 | 24 | 165 | 35 | 110 |
| Binary | 10100110 | 11001101 | 10100100 | 10011 | 0 | 10100 | 10100 | 1110101 | 11101 | 1001000 |
Color Harmonies of #A6CDA4
Complementary color
Monochromatic Colors of #A6CDA4
Black with #A6CDA4
Text Example
Text Example
White with #A6CDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CDA4; }
p { color: rgb(166,205,164); }
H1.HeaderClassName
{
color: #A6CDA4;
}
.AnyTagClassName
{
color: #A6CDA4;
}
</style>
background-color css
<style>
a { background-color: #A6CDA4; }
a { background-color: rgb(166,205,164); }
div.DivClassName
{
background-color: #A6CDA4;
}
.BgClassName
{
background-color: #A6CDA4;
}
</style>
border-color css
<style>
span { border-color: #A6CDA4; }
span { border-color: rgb(166,205,164); }
td.TdClassName
{
border-color: #A6CDA4;
}
.TagClassName
{
border-color: #A6CDA4;
}
</style>