Shades of Zanah #A5CDA5
Tints of Zanah #A5CDA5
RGB
CMYK
RGB Variations
Color information
#A5CDA5 (or 0xA5CDA5) is known color: Zanah. HEX triplet: A5, CD and A5. RGB value is (165,205,165). Sum of RGB (Red+Green+Blue) = 165+205+165=535 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.84% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 165 (64.84% from 255 or 30.84% from 535); Max value from RGB is 205 - color contains mainly: green. Hex color #A5CDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CDA5 is #5A325A. Grayscale: #BCBCBC. Windows color (decimal): -5911131 or 10866085. OLE color: 10866085.
HSL color Cylindrical-coordinate representation of color #A5CDA5: hue angle of 120º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A5CDA5 is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 205 | 165 | - |
| CMYK | 0.20 | 0 | 0.20 | 0.20 |
| HSL | 120º | 0.29% | 0.73% | - |
| HSV(B) | 120º | 0.2% | 0.8% | - |
| XYZ | 44.14 | 54.38 | 43.77 | - |
| YUV | 188.48 | 114.75 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 205 | 165 | 0.20 | 0 | 0.20 | 0.20 | 120 | 0.29 | 0.73 |
| Hex | A5 | CD | A5 | 14 | 0 | 14 | 14 | 78 | 1D | 49 |
| Octal | 245 | 315 | 245 | 24 | 0 | 24 | 24 | 170 | 35 | 111 |
| Binary | 10100101 | 11001101 | 10100101 | 10100 | 0 | 10100 | 10100 | 1111000 | 11101 | 1001001 |
Color Harmonies of #A5CDA5
Complementary color
Monochromatic Colors of #A5CDA5
Black with #A5CDA5
Text Example
Text Example
White with #A5CDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CDA5; }
p { color: rgb(165,205,165); }
H1.HeaderClassName
{
color: #A5CDA5;
}
.AnyTagClassName
{
color: #A5CDA5;
}
</style>
background-color css
<style>
a { background-color: #A5CDA5; }
a { background-color: rgb(165,205,165); }
div.DivClassName
{
background-color: #A5CDA5;
}
.BgClassName
{
background-color: #A5CDA5;
}
</style>
border-color css
<style>
span { border-color: #A5CDA5; }
span { border-color: rgb(165,205,165); }
td.TdClassName
{
border-color: #A5CDA5;
}
.TagClassName
{
border-color: #A5CDA5;
}
</style>