Shades of Rainee #ADC1A9
Tints of Rainee #ADC1A9
RGB
CMYK
RGB Variations
Color information
#ADC1A9 (or 0xADC1A9) is known color: Rainee. HEX triplet: AD, C1 and A9. RGB value is (173,193,169). Sum of RGB (Red+Green+Blue) = 173+193+169=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 193 (75.78% from 255 or 36.07% from 535); Blue value is 169 (66.41% from 255 or 31.59% from 535); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC1A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC1A9 is #523E56. Grayscale: #B8B8B8. Windows color (decimal): -5389911 or 11125165. OLE color: 11125165.
HSL color Cylindrical-coordinate representation of color #ADC1A9: hue angle of 110º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADC1A9 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 193 | 169 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.24 |
| HSL | 110º | 0.16% | 0.71% | - |
| HSV(B) | 110º | 0.12% | 0.76% | - |
| XYZ | 43.46 | 49.89 | 44.87 | - |
| YUV | 184.28 | 119.37 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 169 | 0.10 | 0 | 0.12 | 0.24 | 110 | 0.16 | 0.71 |
| Hex | AD | C1 | A9 | A | 0 | C | 18 | 6E | 10 | 47 |
| Octal | 255 | 301 | 251 | 12 | 0 | 14 | 30 | 156 | 20 | 107 |
| Binary | 10101101 | 11000001 | 10101001 | 1010 | 0 | 1100 | 11000 | 1101110 | 10000 | 1000111 |
Color Harmonies of #ADC1A9
Complementary color
Monochromatic Colors of #ADC1A9
Black with #ADC1A9
Text Example
Text Example
White with #ADC1A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC1A9; }
p { color: rgb(173,193,169); }
H1.HeaderClassName
{
color: #ADC1A9;
}
.AnyTagClassName
{
color: #ADC1A9;
}
</style>
background-color css
<style>
a { background-color: #ADC1A9; }
a { background-color: rgb(173,193,169); }
div.DivClassName
{
background-color: #ADC1A9;
}
.BgClassName
{
background-color: #ADC1A9;
}
</style>
border-color css
<style>
span { border-color: #ADC1A9; }
span { border-color: rgb(173,193,169); }
td.TdClassName
{
border-color: #ADC1A9;
}
.TagClassName
{
border-color: #ADC1A9;
}
</style>