Shades of Zanah #ACD2A5
Tints of Zanah #ACD2A5
RGB
CMYK
RGB Variations
Color information
#ACD2A5 (or 0xACD2A5) is known color: Zanah. HEX triplet: AC, D2 and A5. RGB value is (172,210,165). Sum of RGB (Red+Green+Blue) = 172+210+165=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 210 (82.42% from 255 or 38.39% from 547); Blue value is 165 (64.84% from 255 or 30.16% from 547); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD2A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD2A5 is #532D5A. Grayscale: #C1C1C1. Windows color (decimal): -5451099 or 10867372. OLE color: 10867372.
HSL color Cylindrical-coordinate representation of color #ACD2A5: hue angle of 110.67º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACD2A5 is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 210 | 165 | - |
| CMYK | 0.18 | 0 | 0.21 | 0.18 |
| HSL | 110.67º | 0.33% | 0.74% | - |
| HSV(B) | 110.67º | 0.21% | 0.82% | - |
| XYZ | 46.85 | 57.58 | 44.24 | - |
| YUV | 193.51 | 111.91 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 165 | 0.18 | 0 | 0.21 | 0.18 | 110.67 | 0.33 | 0.74 |
| Hex | AC | D2 | A5 | 12 | 0 | 15 | 12 | 6F | 21 | 4A |
| Octal | 254 | 322 | 245 | 22 | 0 | 25 | 22 | 157 | 41 | 112 |
| Binary | 10101100 | 11010010 | 10100101 | 10010 | 0 | 10101 | 10010 | 1101111 | 100001 | 1001010 |
Color Harmonies of #ACD2A5
Complementary color
Monochromatic Colors of #ACD2A5
Black with #ACD2A5
Text Example
Text Example
White with #ACD2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD2A5; }
p { color: rgb(172,210,165); }
H1.HeaderClassName
{
color: #ACD2A5;
}
.AnyTagClassName
{
color: #ACD2A5;
}
</style>
background-color css
<style>
a { background-color: #ACD2A5; }
a { background-color: rgb(172,210,165); }
div.DivClassName
{
background-color: #ACD2A5;
}
.BgClassName
{
background-color: #ACD2A5;
}
</style>
border-color css
<style>
span { border-color: #ACD2A5; }
span { border-color: rgb(172,210,165); }
td.TdClassName
{
border-color: #ACD2A5;
}
.TagClassName
{
border-color: #ACD2A5;
}
</style>