Shades of Rainee #ADC9A8
Tints of Rainee #ADC9A8
RGB
CMYK
RGB Variations
Color information
#ADC9A8 (or 0xADC9A8) is known color: Rainee. HEX triplet: AD, C9 and A8. RGB value is (173,201,168). Sum of RGB (Red+Green+Blue) = 173+201+168=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 201 (78.91% from 255 or 37.08% from 542); Blue value is 168 (66.02% from 255 or 31.00% from 542); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC9A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC9A8 is #523657. Grayscale: #BCBCBC. Windows color (decimal): -5387864 or 11061677. OLE color: 11061677.
HSL color Cylindrical-coordinate representation of color #ADC9A8: hue angle of 110.91º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADC9A8 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 168 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.21 |
| HSL | 110.91º | 0.23% | 0.72% | - |
| HSV(B) | 110.91º | 0.16% | 0.79% | - |
| XYZ | 45.19 | 53.48 | 44.99 | - |
| YUV | 188.87 | 116.22 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 168 | 0.14 | 0 | 0.16 | 0.21 | 110.91 | 0.23 | 0.72 |
| Hex | AD | C9 | A8 | E | 0 | 10 | 15 | 6F | 17 | 48 |
| Octal | 255 | 311 | 250 | 16 | 0 | 20 | 25 | 157 | 27 | 110 |
| Binary | 10101101 | 11001001 | 10101000 | 1110 | 0 | 10000 | 10101 | 1101111 | 10111 | 1001000 |
Color Harmonies of #ADC9A8
Complementary color
Monochromatic Colors of #ADC9A8
Black with #ADC9A8
Text Example
Text Example
White with #ADC9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC9A8; }
p { color: rgb(173,201,168); }
H1.HeaderClassName
{
color: #ADC9A8;
}
.AnyTagClassName
{
color: #ADC9A8;
}
</style>
background-color css
<style>
a { background-color: #ADC9A8; }
a { background-color: rgb(173,201,168); }
div.DivClassName
{
background-color: #ADC9A8;
}
.BgClassName
{
background-color: #ADC9A8;
}
</style>
border-color css
<style>
span { border-color: #ADC9A8; }
span { border-color: rgb(173,201,168); }
td.TdClassName
{
border-color: #ADC9A8;
}
.TagClassName
{
border-color: #ADC9A8;
}
</style>