Shades of Rainee #ADB9A9
Tints of Rainee #ADB9A9
RGB
CMYK
RGB Variations
Color information
#ADB9A9 (or 0xADB9A9) is known color: Rainee. HEX triplet: AD, B9 and A9. RGB value is (173,185,169). Sum of RGB (Red+Green+Blue) = 173+185+169=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 185 (72.66% from 255 or 35.10% from 527); Blue value is 169 (66.41% from 255 or 32.07% from 527); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB9A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB9A9 is #524656. Grayscale: #B3B3B3. Windows color (decimal): -5391959 or 11123117. OLE color: 11123117.
HSL color Cylindrical-coordinate representation of color #ADB9A9: hue angle of 105º degrees, saturation: 0.1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ADB9A9 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 185 | 169 | - |
| CMYK | 0.06 | 0 | 0.09 | 0.27 |
| HSL | 105º | 0.1% | 0.69% | - |
| HSV(B) | 105º | 0.09% | 0.73% | - |
| XYZ | 41.74 | 46.45 | 44.3 | - |
| YUV | 179.59 | 122.02 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 169 | 0.06 | 0 | 0.09 | 0.27 | 105 | 0.1 | 0.69 |
| Hex | AD | B9 | A9 | 6 | 0 | 9 | 1B | 69 | A | 45 |
| Octal | 255 | 271 | 251 | 6 | 0 | 11 | 33 | 151 | 12 | 105 |
| Binary | 10101101 | 10111001 | 10101001 | 110 | 0 | 1001 | 11011 | 1101001 | 1010 | 1000101 |
Color Harmonies of #ADB9A9
Complementary color
Monochromatic Colors of #ADB9A9
Black with #ADB9A9
Text Example
Text Example
White with #ADB9A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB9A9; }
p { color: rgb(173,185,169); }
H1.HeaderClassName
{
color: #ADB9A9;
}
.AnyTagClassName
{
color: #ADB9A9;
}
</style>
background-color css
<style>
a { background-color: #ADB9A9; }
a { background-color: rgb(173,185,169); }
div.DivClassName
{
background-color: #ADB9A9;
}
.BgClassName
{
background-color: #ADB9A9;
}
</style>
border-color css
<style>
span { border-color: #ADB9A9; }
span { border-color: rgb(173,185,169); }
td.TdClassName
{
border-color: #ADB9A9;
}
.TagClassName
{
border-color: #ADB9A9;
}
</style>