Shades of Zanah #ACCFAD
Tints of Zanah #ACCFAD
RGB
CMYK
RGB Variations
Color information
#ACCFAD (or 0xACCFAD) is known color: Zanah. HEX triplet: AC, CF and AD. RGB value is (172,207,173). Sum of RGB (Red+Green+Blue) = 172+207+173=552 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.16% from 552); Green value is 207 (81.25% from 255 or 37.5% from 552); Blue value is 173 (67.97% from 255 or 31.34% from 552); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCFAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCFAD is #533052. Grayscale: #C0C0C0. Windows color (decimal): -5451859 or 11390892. OLE color: 11390892.
HSL color Cylindrical-coordinate representation of color #ACCFAD: hue angle of 121.71º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACCFAD is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 207 | 173 | - |
| CMYK | 0.17 | 0 | 0.16 | 0.19 |
| HSL | 121.71º | 0.27% | 0.74% | - |
| HSV(B) | 121.71º | 0.17% | 0.81% | - |
| XYZ | 46.87 | 56.41 | 47.95 | - |
| YUV | 192.66 | 116.9 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 207 | 173 | 0.17 | 0 | 0.16 | 0.19 | 121.71 | 0.27 | 0.74 |
| Hex | AC | CF | AD | 11 | 0 | 10 | 13 | 7A | 1B | 4A |
| Octal | 254 | 317 | 255 | 21 | 0 | 20 | 23 | 172 | 33 | 112 |
| Binary | 10101100 | 11001111 | 10101101 | 10001 | 0 | 10000 | 10011 | 1111010 | 11011 | 1001010 |
Color Harmonies of #ACCFAD
Complementary color
Monochromatic Colors of #ACCFAD
Black with #ACCFAD
Text Example
Text Example
White with #ACCFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCFAD; }
p { color: rgb(172,207,173); }
H1.HeaderClassName
{
color: #ACCFAD;
}
.AnyTagClassName
{
color: #ACCFAD;
}
</style>
background-color css
<style>
a { background-color: #ACCFAD; }
a { background-color: rgb(172,207,173); }
div.DivClassName
{
background-color: #ACCFAD;
}
.BgClassName
{
background-color: #ACCFAD;
}
</style>
border-color css
<style>
span { border-color: #ACCFAD; }
span { border-color: rgb(172,207,173); }
td.TdClassName
{
border-color: #ACCFAD;
}
.TagClassName
{
border-color: #ACCFAD;
}
</style>