Shades of Rainee #ADB5AA
Tints of Rainee #ADB5AA
RGB
CMYK
RGB Variations
Color information
#ADB5AA (or 0xADB5AA) is known color: Rainee. HEX triplet: AD, B5 and AA. RGB value is (173,181,170). Sum of RGB (Red+Green+Blue) = 173+181+170=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 181 (71.09% from 255 or 34.54% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB5AA is #524A55. Grayscale: #B1B1B1. Windows color (decimal): -5392982 or 11187629. OLE color: 11187629.
HSL color Cylindrical-coordinate representation of color #ADB5AA: hue angle of 103.64º degrees, saturation: 0.07, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ADB5AA is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
RGB | 173 | 181 | 170 | - |
CMYK | 0.04 | 0 | 0.06 | 0.29 |
HSL | 103.64º | 0.07% | 0.69% | - |
HSV(B) | 103.64º | 0.06% | 0.71% | - |
XYZ | 41.01 | 44.83 | 44.52 | - |
YUV | 177.35 | 123.85 | 124.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 181 | 170 | 0.04 | 0 | 0.06 | 0.29 | 103.64 | 0.07 | 0.69 |
Hex | AD | B5 | AA | 4 | 0 | 6 | 1D | 68 | 7 | 45 |
Octal | 255 | 265 | 252 | 4 | 0 | 6 | 35 | 150 | 7 | 105 |
Binary | 10101101 | 10110101 | 10101010 | 100 | 0 | 110 | 11101 | 1101000 | 111 | 1000101 |
Color Harmonies of #ADB5AA
Complementary color
Monochromatic Colors of #ADB5AA
Black with #ADB5AA
Text Example
Text Example
White with #ADB5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB5AA; }
p { color: rgb(173,181,170); }
H1.HeaderClassName
{
color: #ADB5AA;
}
.AnyTagClassName
{
color: #ADB5AA;
}
</style>
background-color css
<style>
a { background-color: #ADB5AA; }
a { background-color: rgb(173,181,170); }
div.DivClassName
{
background-color: #ADB5AA;
}
.BgClassName
{
background-color: #ADB5AA;
}
</style>
border-color css
<style>
span { border-color: #ADB5AA; }
span { border-color: rgb(173,181,170); }
td.TdClassName
{
border-color: #ADB5AA;
}
.TagClassName
{
border-color: #ADB5AA;
}
</style>