Shades of Rainee #ADB7AB
Tints of Rainee #ADB7AB
RGB
CMYK
RGB Variations
Color information
#ADB7AB (or 0xADB7AB) is known color: Rainee. HEX triplet: AD, B7 and AB. RGB value is (173,183,171). Sum of RGB (Red+Green+Blue) = 173+183+171=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 183 (71.88% from 255 or 34.72% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB7AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB7AB is #524854. Grayscale: #B2B2B2. Windows color (decimal): -5392469 or 11253677. OLE color: 11253677.
HSL color Cylindrical-coordinate representation of color #ADB7AB: hue angle of 110º 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 #ADB7AB is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
RGB | 173 | 183 | 171 | - |
CMYK | 0.05 | 0 | 0.07 | 0.28 |
HSL | 110º | 0.08% | 0.69% | - |
HSV(B) | 110º | 0.07% | 0.72% | - |
XYZ | 41.52 | 45.69 | 45.16 | - |
YUV | 178.64 | 123.69 | 123.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 183 | 171 | 0.05 | 0 | 0.07 | 0.28 | 110 | 0.08 | 0.69 |
Hex | AD | B7 | AB | 5 | 0 | 7 | 1C | 6E | 8 | 45 |
Octal | 255 | 267 | 253 | 5 | 0 | 7 | 34 | 156 | 10 | 105 |
Binary | 10101101 | 10110111 | 10101011 | 101 | 0 | 111 | 11100 | 1101110 | 1000 | 1000101 |
Color Harmonies of #ADB7AB
Complementary color
Monochromatic Colors of #ADB7AB
Black with #ADB7AB
Text Example
Text Example
White with #ADB7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB7AB; }
p { color: rgb(173,183,171); }
H1.HeaderClassName
{
color: #ADB7AB;
}
.AnyTagClassName
{
color: #ADB7AB;
}
</style>
background-color css
<style>
a { background-color: #ADB7AB; }
a { background-color: rgb(173,183,171); }
div.DivClassName
{
background-color: #ADB7AB;
}
.BgClassName
{
background-color: #ADB7AB;
}
</style>
border-color css
<style>
span { border-color: #ADB7AB; }
span { border-color: rgb(173,183,171); }
td.TdClassName
{
border-color: #ADB7AB;
}
.TagClassName
{
border-color: #ADB7AB;
}
</style>