Shades of Rainee #ADB8AA
Tints of Rainee #ADB8AA
RGB
CMYK
RGB Variations
Color information
#ADB8AA (or 0xADB8AA) is known color: Rainee. HEX triplet: AD, B8 and AA. RGB value is (173,184,170). Sum of RGB (Red+Green+Blue) = 173+184+170=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 184 (72.27% from 255 or 34.91% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB8AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB8AA is #524755. Grayscale: #B3B3B3. Windows color (decimal): -5392214 or 11188397. OLE color: 11188397.
HSL color Cylindrical-coordinate representation of color #ADB8AA: hue angle of 107.14º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ADB8AA is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 170 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.28 |
| HSL | 107.14º | 0.09% | 0.69% | - |
| HSV(B) | 107.14º | 0.08% | 0.72% | - |
| XYZ | 41.63 | 46.07 | 44.73 | - |
| YUV | 179.12 | 122.86 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 170 | 0.06 | 0 | 0.08 | 0.28 | 107.14 | 0.09 | 0.69 |
| Hex | AD | B8 | AA | 6 | 0 | 8 | 1C | 6B | 9 | 45 |
| Octal | 255 | 270 | 252 | 6 | 0 | 10 | 34 | 153 | 11 | 105 |
| Binary | 10101101 | 10111000 | 10101010 | 110 | 0 | 1000 | 11100 | 1101011 | 1001 | 1000101 |
Color Harmonies of #ADB8AA
Complementary color
Monochromatic Colors of #ADB8AA
Black with #ADB8AA
Text Example
Text Example
White with #ADB8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB8AA; }
p { color: rgb(173,184,170); }
H1.HeaderClassName
{
color: #ADB8AA;
}
.AnyTagClassName
{
color: #ADB8AA;
}
</style>
background-color css
<style>
a { background-color: #ADB8AA; }
a { background-color: rgb(173,184,170); }
div.DivClassName
{
background-color: #ADB8AA;
}
.BgClassName
{
background-color: #ADB8AA;
}
</style>
border-color css
<style>
span { border-color: #ADB8AA; }
span { border-color: rgb(173,184,170); }
td.TdClassName
{
border-color: #ADB8AA;
}
.TagClassName
{
border-color: #ADB8AA;
}
</style>