Shades of Rainee #ADC1AB
Tints of Rainee #ADC1AB
RGB
CMYK
RGB Variations
Color information
#ADC1AB (or 0xADC1AB) is known color: Rainee. HEX triplet: AD, C1 and AB. RGB value is (173,193,171). Sum of RGB (Red+Green+Blue) = 173+193+171=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 193 (75.78% from 255 or 35.94% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC1AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC1AB is #523E54. Grayscale: #B8B8B8. Windows color (decimal): -5389909 or 11256237. OLE color: 11256237.
HSL color Cylindrical-coordinate representation of color #ADC1AB: hue angle of 114.55º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADC1AB is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 193 | 171 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.24 |
| HSL | 114.55º | 0.15% | 0.71% | - |
| HSV(B) | 114.55º | 0.11% | 0.76% | - |
| XYZ | 43.65 | 49.96 | 45.87 | - |
| YUV | 184.51 | 120.37 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 171 | 0.10 | 0 | 0.11 | 0.24 | 114.55 | 0.15 | 0.71 |
| Hex | AD | C1 | AB | A | 0 | B | 18 | 73 | F | 47 |
| Octal | 255 | 301 | 253 | 12 | 0 | 13 | 30 | 163 | 17 | 107 |
| Binary | 10101101 | 11000001 | 10101011 | 1010 | 0 | 1011 | 11000 | 1110011 | 1111 | 1000111 |
Color Harmonies of #ADC1AB
Complementary color
Monochromatic Colors of #ADC1AB
Black with #ADC1AB
Text Example
Text Example
White with #ADC1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC1AB; }
p { color: rgb(173,193,171); }
H1.HeaderClassName
{
color: #ADC1AB;
}
.AnyTagClassName
{
color: #ADC1AB;
}
</style>
background-color css
<style>
a { background-color: #ADC1AB; }
a { background-color: rgb(173,193,171); }
div.DivClassName
{
background-color: #ADC1AB;
}
.BgClassName
{
background-color: #ADC1AB;
}
</style>
border-color css
<style>
span { border-color: #ADC1AB; }
span { border-color: rgb(173,193,171); }
td.TdClassName
{
border-color: #ADC1AB;
}
.TagClassName
{
border-color: #ADC1AB;
}
</style>