Shades of Rainee #ADBDAA
Tints of Rainee #ADBDAA
RGB
CMYK
RGB Variations
Color information
#ADBDAA (or 0xADBDAA) is known color: Rainee. HEX triplet: AD, BD and AA. RGB value is (173,189,170). Sum of RGB (Red+Green+Blue) = 173+189+170=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 189 (74.22% from 255 or 35.53% from 532); Blue value is 170 (66.80% from 255 or 31.95% from 532); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBDAA is #524255. Grayscale: #B6B6B6. Windows color (decimal): -5390934 or 11189677. OLE color: 11189677.
HSL color Cylindrical-coordinate representation of color #ADBDAA: hue angle of 110.53º degrees, saturation: 0.13, 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 #ADBDAA is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 189 | 170 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.26 |
| HSL | 110.53º | 0.13% | 0.7% | - |
| HSV(B) | 110.53º | 0.1% | 0.74% | - |
| XYZ | 42.69 | 48.18 | 45.08 | - |
| YUV | 182.05 | 121.2 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 189 | 170 | 0.08 | 0 | 0.10 | 0.26 | 110.53 | 0.13 | 0.7 |
| Hex | AD | BD | AA | 8 | 0 | A | 1A | 6F | D | 46 |
| Octal | 255 | 275 | 252 | 10 | 0 | 12 | 32 | 157 | 15 | 106 |
| Binary | 10101101 | 10111101 | 10101010 | 1000 | 0 | 1010 | 11010 | 1101111 | 1101 | 1000110 |
Color Harmonies of #ADBDAA
Complementary color
Monochromatic Colors of #ADBDAA
Black with #ADBDAA
Text Example
Text Example
White with #ADBDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBDAA; }
p { color: rgb(173,189,170); }
H1.HeaderClassName
{
color: #ADBDAA;
}
.AnyTagClassName
{
color: #ADBDAA;
}
</style>
background-color css
<style>
a { background-color: #ADBDAA; }
a { background-color: rgb(173,189,170); }
div.DivClassName
{
background-color: #ADBDAA;
}
.BgClassName
{
background-color: #ADBDAA;
}
</style>
border-color css
<style>
span { border-color: #ADBDAA; }
span { border-color: rgb(173,189,170); }
td.TdClassName
{
border-color: #ADBDAA;
}
.TagClassName
{
border-color: #ADBDAA;
}
</style>