Shades of Zanah #ADCDAC
Tints of Zanah #ADCDAC
RGB
CMYK
RGB Variations
Color information
#ADCDAC (or 0xADCDAC) is known color: Zanah. HEX triplet: AD, CD and AC. RGB value is (173,205,172). Sum of RGB (Red+Green+Blue) = 173+205+172=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 205 (80.47% from 255 or 37.27% from 550); Blue value is 172 (67.58% from 255 or 31.27% from 550); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCDAC is #523253. Grayscale: #BFBFBF. Windows color (decimal): -5386836 or 11324845. OLE color: 11324845.
HSL color Cylindrical-coordinate representation of color #ADCDAC: hue angle of 118.18º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADCDAC is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
RGB | 173 | 205 | 172 | - |
CMYK | 0.16 | 0 | 0.16 | 0.20 |
HSL | 118.18º | 0.25% | 0.74% | - |
HSV(B) | 118.18º | 0.16% | 0.8% | - |
XYZ | 46.51 | 55.53 | 47.3 | - |
YUV | 191.67 | 116.9 | 114.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 205 | 172 | 0.16 | 0 | 0.16 | 0.20 | 118.18 | 0.25 | 0.74 |
Hex | AD | CD | AC | 10 | 0 | 10 | 14 | 76 | 19 | 4A |
Octal | 255 | 315 | 254 | 20 | 0 | 20 | 24 | 166 | 31 | 112 |
Binary | 10101101 | 11001101 | 10101100 | 10000 | 0 | 10000 | 10100 | 1110110 | 11001 | 1001010 |
Color Harmonies of #ADCDAC
Complementary color
Monochromatic Colors of #ADCDAC
Black with #ADCDAC
Text Example
Text Example
White with #ADCDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCDAC; }
p { color: rgb(173,205,172); }
H1.HeaderClassName
{
color: #ADCDAC;
}
.AnyTagClassName
{
color: #ADCDAC;
}
</style>
background-color css
<style>
a { background-color: #ADCDAC; }
a { background-color: rgb(173,205,172); }
div.DivClassName
{
background-color: #ADCDAC;
}
.BgClassName
{
background-color: #ADCDAC;
}
</style>
border-color css
<style>
span { border-color: #ADCDAC; }
span { border-color: rgb(173,205,172); }
td.TdClassName
{
border-color: #ADCDAC;
}
.TagClassName
{
border-color: #ADCDAC;
}
</style>