Shades of Zanah #ACCDA7
Tints of Zanah #ACCDA7
RGB
CMYK
RGB Variations
Color information
#ACCDA7 (or 0xACCDA7) is known color: Zanah. HEX triplet: AC, CD and A7. RGB value is (172,205,167). Sum of RGB (Red+Green+Blue) = 172+205+167=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 205 (80.47% from 255 or 37.68% from 544); Blue value is 167 (65.62% from 255 or 30.70% from 544); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCDA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCDA7 is #533258. Grayscale: #BEBEBE. Windows color (decimal): -5452377 or 10997164. OLE color: 10997164.
HSL color Cylindrical-coordinate representation of color #ACCDA7: hue angle of 112.11º 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 #ACCDA7 is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 205 | 167 | - |
| CMYK | 0.16 | 0 | 0.19 | 0.20 |
| HSL | 112.11º | 0.28% | 0.73% | - |
| HSV(B) | 112.11º | 0.19% | 0.8% | - |
| XYZ | 45.82 | 55.22 | 44.8 | - |
| YUV | 190.8 | 114.57 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 205 | 167 | 0.16 | 0 | 0.19 | 0.20 | 112.11 | 0.28 | 0.73 |
| Hex | AC | CD | A7 | 10 | 0 | 13 | 14 | 70 | 1C | 49 |
| Octal | 254 | 315 | 247 | 20 | 0 | 23 | 24 | 160 | 34 | 111 |
| Binary | 10101100 | 11001101 | 10100111 | 10000 | 0 | 10011 | 10100 | 1110000 | 11100 | 1001001 |
Color Harmonies of #ACCDA7
Complementary color
Monochromatic Colors of #ACCDA7
Black with #ACCDA7
Text Example
Text Example
White with #ACCDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCDA7; }
p { color: rgb(172,205,167); }
H1.HeaderClassName
{
color: #ACCDA7;
}
.AnyTagClassName
{
color: #ACCDA7;
}
</style>
background-color css
<style>
a { background-color: #ACCDA7; }
a { background-color: rgb(172,205,167); }
div.DivClassName
{
background-color: #ACCDA7;
}
.BgClassName
{
background-color: #ACCDA7;
}
</style>
border-color css
<style>
span { border-color: #ACCDA7; }
span { border-color: rgb(172,205,167); }
td.TdClassName
{
border-color: #ACCDA7;
}
.TagClassName
{
border-color: #ACCDA7;
}
</style>