Shades of Rainee #ADC5AA
Tints of Rainee #ADC5AA
RGB
CMYK
RGB Variations
Color information
#ADC5AA (or 0xADC5AA) is known color: Rainee. HEX triplet: AD, C5 and AA. RGB value is (173,197,170). Sum of RGB (Red+Green+Blue) = 173+197+170=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 197 (77.34% from 255 or 36.48% from 540); Blue value is 170 (66.80% from 255 or 31.48% from 540); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC5AA is #523A55. Grayscale: #BABABA. Windows color (decimal): -5388886 or 11191725. OLE color: 11191725.
HSL color Cylindrical-coordinate representation of color #ADC5AA: hue angle of 113.33º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADC5AA is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 170 | - |
| CMYK | 0.12 | 0 | 0.14 | 0.23 |
| HSL | 113.33º | 0.19% | 0.72% | - |
| HSV(B) | 113.33º | 0.14% | 0.77% | - |
| XYZ | 44.46 | 51.72 | 45.67 | - |
| YUV | 186.75 | 118.55 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 170 | 0.12 | 0 | 0.14 | 0.23 | 113.33 | 0.19 | 0.72 |
| Hex | AD | C5 | AA | C | 0 | E | 17 | 71 | 13 | 48 |
| Octal | 255 | 305 | 252 | 14 | 0 | 16 | 27 | 161 | 23 | 110 |
| Binary | 10101101 | 11000101 | 10101010 | 1100 | 0 | 1110 | 10111 | 1110001 | 10011 | 1001000 |
Color Harmonies of #ADC5AA
Complementary color
Monochromatic Colors of #ADC5AA
Black with #ADC5AA
Text Example
Text Example
White with #ADC5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC5AA; }
p { color: rgb(173,197,170); }
H1.HeaderClassName
{
color: #ADC5AA;
}
.AnyTagClassName
{
color: #ADC5AA;
}
</style>
background-color css
<style>
a { background-color: #ADC5AA; }
a { background-color: rgb(173,197,170); }
div.DivClassName
{
background-color: #ADC5AA;
}
.BgClassName
{
background-color: #ADC5AA;
}
</style>
border-color css
<style>
span { border-color: #ADC5AA; }
span { border-color: rgb(173,197,170); }
td.TdClassName
{
border-color: #ADC5AA;
}
.TagClassName
{
border-color: #ADC5AA;
}
</style>