Shades of Rainee #ADC9A7
Tints of Rainee #ADC9A7
RGB
CMYK
RGB Variations
Color information
#ADC9A7 (or 0xADC9A7) is known color: Rainee. HEX triplet: AD, C9 and A7. RGB value is (173,201,167). Sum of RGB (Red+Green+Blue) = 173+201+167=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 201 (78.91% from 255 or 37.15% from 541); Blue value is 167 (65.62% from 255 or 30.87% from 541); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC9A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC9A7 is #523658. Grayscale: #BCBCBC. Windows color (decimal): -5387865 or 10996141. OLE color: 10996141.
HSL color Cylindrical-coordinate representation of color #ADC9A7: hue angle of 109.41º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADC9A7 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 167 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.21 |
| HSL | 109.41º | 0.24% | 0.72% | - |
| HSV(B) | 109.41º | 0.17% | 0.79% | - |
| XYZ | 45.1 | 53.45 | 44.5 | - |
| YUV | 188.75 | 115.72 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 167 | 0.14 | 0 | 0.17 | 0.21 | 109.41 | 0.24 | 0.72 |
| Hex | AD | C9 | A7 | E | 0 | 11 | 15 | 6D | 18 | 48 |
| Octal | 255 | 311 | 247 | 16 | 0 | 21 | 25 | 155 | 30 | 110 |
| Binary | 10101101 | 11001001 | 10100111 | 1110 | 0 | 10001 | 10101 | 1101101 | 11000 | 1001000 |
Color Harmonies of #ADC9A7
Complementary color
Monochromatic Colors of #ADC9A7
Black with #ADC9A7
Text Example
Text Example
White with #ADC9A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC9A7; }
p { color: rgb(173,201,167); }
H1.HeaderClassName
{
color: #ADC9A7;
}
.AnyTagClassName
{
color: #ADC9A7;
}
</style>
background-color css
<style>
a { background-color: #ADC9A7; }
a { background-color: rgb(173,201,167); }
div.DivClassName
{
background-color: #ADC9A7;
}
.BgClassName
{
background-color: #ADC9A7;
}
</style>
border-color css
<style>
span { border-color: #ADC9A7; }
span { border-color: rgb(173,201,167); }
td.TdClassName
{
border-color: #ADC9A7;
}
.TagClassName
{
border-color: #ADC9A7;
}
</style>