Shades of Rainee #ADB9AA
Tints of Rainee #ADB9AA
RGB
CMYK
RGB Variations
Color information
#ADB9AA (or 0xADB9AA) is known color: Rainee. HEX triplet: AD, B9 and AA. RGB value is (173,185,170). Sum of RGB (Red+Green+Blue) = 173+185+170=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 185 (72.66% from 255 or 35.04% from 528); Blue value is 170 (66.80% from 255 or 32.20% from 528); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB9AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB9AA is #524655. Grayscale: #B3B3B3. Windows color (decimal): -5391958 or 11188653. OLE color: 11188653.
HSL color Cylindrical-coordinate representation of color #ADB9AA: hue angle of 108º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ADB9AA is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 185 | 170 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.27 |
| HSL | 108º | 0.1% | 0.7% | - |
| HSV(B) | 108º | 0.08% | 0.73% | - |
| XYZ | 41.84 | 46.48 | 44.8 | - |
| YUV | 179.7 | 122.52 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 170 | 0.06 | 0 | 0.08 | 0.27 | 108 | 0.1 | 0.7 |
| Hex | AD | B9 | AA | 6 | 0 | 8 | 1B | 6C | A | 46 |
| Octal | 255 | 271 | 252 | 6 | 0 | 10 | 33 | 154 | 12 | 106 |
| Binary | 10101101 | 10111001 | 10101010 | 110 | 0 | 1000 | 11011 | 1101100 | 1010 | 1000110 |
Color Harmonies of #ADB9AA
Complementary color
Monochromatic Colors of #ADB9AA
Black with #ADB9AA
Text Example
Text Example
White with #ADB9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB9AA; }
p { color: rgb(173,185,170); }
H1.HeaderClassName
{
color: #ADB9AA;
}
.AnyTagClassName
{
color: #ADB9AA;
}
</style>
background-color css
<style>
a { background-color: #ADB9AA; }
a { background-color: rgb(173,185,170); }
div.DivClassName
{
background-color: #ADB9AA;
}
.BgClassName
{
background-color: #ADB9AA;
}
</style>
border-color css
<style>
span { border-color: #ADB9AA; }
span { border-color: rgb(173,185,170); }
td.TdClassName
{
border-color: #ADB9AA;
}
.TagClassName
{
border-color: #ADB9AA;
}
</style>