Shades of Rainee #ADC8A7
Tints of Rainee #ADC8A7
RGB
CMYK
RGB Variations
Color information
#ADC8A7 (or 0xADC8A7) is known color: Rainee. HEX triplet: AD, C8 and A7. RGB value is (173,200,167). Sum of RGB (Red+Green+Blue) = 173+200+167=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 200 (78.52% from 255 or 37.04% from 540); Blue value is 167 (65.62% from 255 or 30.93% from 540); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC8A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC8A7 is #523758. Grayscale: #BCBCBC. Windows color (decimal): -5388121 or 10995885. OLE color: 10995885.
HSL color Cylindrical-coordinate representation of color #ADC8A7: hue angle of 109.09º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADC8A7 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 200 | 167 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.22 |
| HSL | 109.09º | 0.23% | 0.72% | - |
| HSV(B) | 109.09º | 0.17% | 0.78% | - |
| XYZ | 44.86 | 52.98 | 44.42 | - |
| YUV | 188.17 | 116.05 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 200 | 167 | 0.14 | 0 | 0.16 | 0.22 | 109.09 | 0.23 | 0.72 |
| Hex | AD | C8 | A7 | E | 0 | 10 | 16 | 6D | 17 | 48 |
| Octal | 255 | 310 | 247 | 16 | 0 | 20 | 26 | 155 | 27 | 110 |
| Binary | 10101101 | 11001000 | 10100111 | 1110 | 0 | 10000 | 10110 | 1101101 | 10111 | 1001000 |
Color Harmonies of #ADC8A7
Complementary color
Monochromatic Colors of #ADC8A7
Black with #ADC8A7
Text Example
Text Example
White with #ADC8A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC8A7; }
p { color: rgb(173,200,167); }
H1.HeaderClassName
{
color: #ADC8A7;
}
.AnyTagClassName
{
color: #ADC8A7;
}
</style>
background-color css
<style>
a { background-color: #ADC8A7; }
a { background-color: rgb(173,200,167); }
div.DivClassName
{
background-color: #ADC8A7;
}
.BgClassName
{
background-color: #ADC8A7;
}
</style>
border-color css
<style>
span { border-color: #ADC8A7; }
span { border-color: rgb(173,200,167); }
td.TdClassName
{
border-color: #ADC8A7;
}
.TagClassName
{
border-color: #ADC8A7;
}
</style>