Shades of Rainee #ADC2AA
Tints of Rainee #ADC2AA
RGB
CMYK
RGB Variations
Color information
#ADC2AA (or 0xADC2AA) is known color: Rainee. HEX triplet: AD, C2 and AA. RGB value is (173,194,170). Sum of RGB (Red+Green+Blue) = 173+194+170=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 194 (76.17% from 255 or 36.13% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC2AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC2AA is #523D55. Grayscale: #B9B9B9. Windows color (decimal): -5389654 or 11190957. OLE color: 11190957.
HSL color Cylindrical-coordinate representation of color #ADC2AA: hue angle of 112.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADC2AA is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 194 | 170 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.24 |
| HSL | 112.5º | 0.16% | 0.71% | - |
| HSV(B) | 112.5º | 0.12% | 0.76% | - |
| XYZ | 43.78 | 50.37 | 45.45 | - |
| YUV | 184.99 | 119.54 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 194 | 170 | 0.11 | 0 | 0.12 | 0.24 | 112.5 | 0.16 | 0.71 |
| Hex | AD | C2 | AA | B | 0 | C | 18 | 70 | 10 | 47 |
| Octal | 255 | 302 | 252 | 13 | 0 | 14 | 30 | 160 | 20 | 107 |
| Binary | 10101101 | 11000010 | 10101010 | 1011 | 0 | 1100 | 11000 | 1110000 | 10000 | 1000111 |
Color Harmonies of #ADC2AA
Complementary color
Monochromatic Colors of #ADC2AA
Black with #ADC2AA
Text Example
Text Example
White with #ADC2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC2AA; }
p { color: rgb(173,194,170); }
H1.HeaderClassName
{
color: #ADC2AA;
}
.AnyTagClassName
{
color: #ADC2AA;
}
</style>
background-color css
<style>
a { background-color: #ADC2AA; }
a { background-color: rgb(173,194,170); }
div.DivClassName
{
background-color: #ADC2AA;
}
.BgClassName
{
background-color: #ADC2AA;
}
</style>
border-color css
<style>
span { border-color: #ADC2AA; }
span { border-color: rgb(173,194,170); }
td.TdClassName
{
border-color: #ADC2AA;
}
.TagClassName
{
border-color: #ADC2AA;
}
</style>