Shades of Rainee #ADB7AA
Tints of Rainee #ADB7AA
RGB
CMYK
RGB Variations
Color information
#ADB7AA (or 0xADB7AA) is known color: Rainee. HEX triplet: AD, B7 and AA. RGB value is (173,183,170). Sum of RGB (Red+Green+Blue) = 173+183+170=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 183 (71.88% from 255 or 34.79% from 526); Blue value is 170 (66.80% from 255 or 32.32% from 526); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB7AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB7AA is #524855. Grayscale: #B2B2B2. Windows color (decimal): -5392470 or 11188141. OLE color: 11188141.
HSL color Cylindrical-coordinate representation of color #ADB7AA: hue angle of 106.15º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ADB7AA is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 183 | 170 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.28 |
| HSL | 106.15º | 0.08% | 0.69% | - |
| HSV(B) | 106.15º | 0.07% | 0.72% | - |
| XYZ | 41.42 | 45.65 | 44.66 | - |
| YUV | 178.53 | 123.19 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 170 | 0.05 | 0 | 0.07 | 0.28 | 106.15 | 0.08 | 0.69 |
| Hex | AD | B7 | AA | 5 | 0 | 7 | 1C | 6A | 8 | 45 |
| Octal | 255 | 267 | 252 | 5 | 0 | 7 | 34 | 152 | 10 | 105 |
| Binary | 10101101 | 10110111 | 10101010 | 101 | 0 | 111 | 11100 | 1101010 | 1000 | 1000101 |
Color Harmonies of #ADB7AA
Complementary color
Monochromatic Colors of #ADB7AA
Black with #ADB7AA
Text Example
Text Example
White with #ADB7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB7AA; }
p { color: rgb(173,183,170); }
H1.HeaderClassName
{
color: #ADB7AA;
}
.AnyTagClassName
{
color: #ADB7AA;
}
</style>
background-color css
<style>
a { background-color: #ADB7AA; }
a { background-color: rgb(173,183,170); }
div.DivClassName
{
background-color: #ADB7AA;
}
.BgClassName
{
background-color: #ADB7AA;
}
</style>
border-color css
<style>
span { border-color: #ADB7AA; }
span { border-color: rgb(173,183,170); }
td.TdClassName
{
border-color: #ADB7AA;
}
.TagClassName
{
border-color: #ADB7AA;
}
</style>