Shades of Rainee #ADC9A5
Tints of Rainee #ADC9A5
RGB
CMYK
RGB Variations
Color information
#ADC9A5 (or 0xADC9A5) is known color: Rainee. HEX triplet: AD, C9 and A5. RGB value is (173,201,165). Sum of RGB (Red+Green+Blue) = 173+201+165=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 201 (78.91% from 255 or 37.29% from 539); Blue value is 165 (64.84% from 255 or 30.61% from 539); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC9A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC9A5 is #52365A. Grayscale: #BCBCBC. Windows color (decimal): -5387867 or 10865069. OLE color: 10865069.
HSL color Cylindrical-coordinate representation of color #ADC9A5: hue angle of 106.67º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADC9A5 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 165 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.21 |
| HSL | 106.67º | 0.25% | 0.72% | - |
| HSV(B) | 106.67º | 0.18% | 0.79% | - |
| XYZ | 44.91 | 53.37 | 43.53 | - |
| YUV | 188.52 | 114.72 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 165 | 0.14 | 0 | 0.18 | 0.21 | 106.67 | 0.25 | 0.72 |
| Hex | AD | C9 | A5 | E | 0 | 12 | 15 | 6B | 19 | 48 |
| Octal | 255 | 311 | 245 | 16 | 0 | 22 | 25 | 153 | 31 | 110 |
| Binary | 10101101 | 11001001 | 10100101 | 1110 | 0 | 10010 | 10101 | 1101011 | 11001 | 1001000 |
Color Harmonies of #ADC9A5
Complementary color
Monochromatic Colors of #ADC9A5
Black with #ADC9A5
Text Example
Text Example
White with #ADC9A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC9A5; }
p { color: rgb(173,201,165); }
H1.HeaderClassName
{
color: #ADC9A5;
}
.AnyTagClassName
{
color: #ADC9A5;
}
</style>
background-color css
<style>
a { background-color: #ADC9A5; }
a { background-color: rgb(173,201,165); }
div.DivClassName
{
background-color: #ADC9A5;
}
.BgClassName
{
background-color: #ADC9A5;
}
</style>
border-color css
<style>
span { border-color: #ADC9A5; }
span { border-color: rgb(173,201,165); }
td.TdClassName
{
border-color: #ADC9A5;
}
.TagClassName
{
border-color: #ADC9A5;
}
</style>