Shades of Zanah #ADC1AC
Tints of Zanah #ADC1AC
RGB
CMYK
RGB Variations
Color information
#ADC1AC (or 0xADC1AC) is known color: Zanah. HEX triplet: AD, C1 and AC. RGB value is (173,193,172). Sum of RGB (Red+Green+Blue) = 173+193+172=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 193 (75.78% from 255 or 35.87% from 538); Blue value is 172 (67.58% from 255 or 31.97% from 538); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC1AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC1AC is #523E53. Grayscale: #B8B8B8. Windows color (decimal): -5389908 or 11321773. OLE color: 11321773.
HSL color Cylindrical-coordinate representation of color #ADC1AC: hue angle of 117.14º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADC1AC is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 193 | 172 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.24 |
| HSL | 117.14º | 0.14% | 0.72% | - |
| HSV(B) | 117.14º | 0.11% | 0.76% | - |
| XYZ | 43.75 | 50 | 46.38 | - |
| YUV | 184.63 | 120.87 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 172 | 0.10 | 0 | 0.11 | 0.24 | 117.14 | 0.14 | 0.72 |
| Hex | AD | C1 | AC | A | 0 | B | 18 | 75 | E | 48 |
| Octal | 255 | 301 | 254 | 12 | 0 | 13 | 30 | 165 | 16 | 110 |
| Binary | 10101101 | 11000001 | 10101100 | 1010 | 0 | 1011 | 11000 | 1110101 | 1110 | 1001000 |
Color Harmonies of #ADC1AC
Complementary color
Monochromatic Colors of #ADC1AC
Black with #ADC1AC
Text Example
Text Example
White with #ADC1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC1AC; }
p { color: rgb(173,193,172); }
H1.HeaderClassName
{
color: #ADC1AC;
}
.AnyTagClassName
{
color: #ADC1AC;
}
</style>
background-color css
<style>
a { background-color: #ADC1AC; }
a { background-color: rgb(173,193,172); }
div.DivClassName
{
background-color: #ADC1AC;
}
.BgClassName
{
background-color: #ADC1AC;
}
</style>
border-color css
<style>
span { border-color: #ADC1AC; }
span { border-color: rgb(173,193,172); }
td.TdClassName
{
border-color: #ADC1AC;
}
.TagClassName
{
border-color: #ADC1AC;
}
</style>