Shades of Rainee #ADBCAA
Tints of Rainee #ADBCAA
RGB
CMYK
RGB Variations
Color information
#ADBCAA (or 0xADBCAA) is known color: Rainee. HEX triplet: AD, BC and AA. RGB value is (173,188,170). Sum of RGB (Red+Green+Blue) = 173+188+170=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 170 (66.80% from 255 or 32.02% from 531); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBCAA is #524355. Grayscale: #B5B5B5. Windows color (decimal): -5391190 or 11189421. OLE color: 11189421.
HSL color Cylindrical-coordinate representation of color #ADBCAA: hue angle of 110º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADBCAA is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 188 | 170 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.26 |
| HSL | 110º | 0.12% | 0.7% | - |
| HSV(B) | 110º | 0.1% | 0.74% | - |
| XYZ | 42.47 | 47.75 | 45.01 | - |
| YUV | 181.46 | 121.53 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 170 | 0.08 | 0 | 0.10 | 0.26 | 110 | 0.12 | 0.7 |
| Hex | AD | BC | AA | 8 | 0 | A | 1A | 6E | C | 46 |
| Octal | 255 | 274 | 252 | 10 | 0 | 12 | 32 | 156 | 14 | 106 |
| Binary | 10101101 | 10111100 | 10101010 | 1000 | 0 | 1010 | 11010 | 1101110 | 1100 | 1000110 |
Color Harmonies of #ADBCAA
Complementary color
Monochromatic Colors of #ADBCAA
Black with #ADBCAA
Text Example
Text Example
White with #ADBCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBCAA; }
p { color: rgb(173,188,170); }
H1.HeaderClassName
{
color: #ADBCAA;
}
.AnyTagClassName
{
color: #ADBCAA;
}
</style>
background-color css
<style>
a { background-color: #ADBCAA; }
a { background-color: rgb(173,188,170); }
div.DivClassName
{
background-color: #ADBCAA;
}
.BgClassName
{
background-color: #ADBCAA;
}
</style>
border-color css
<style>
span { border-color: #ADBCAA; }
span { border-color: rgb(173,188,170); }
td.TdClassName
{
border-color: #ADBCAA;
}
.TagClassName
{
border-color: #ADBCAA;
}
</style>