Shades of Rainee #ADB9AB
Tints of Rainee #ADB9AB
RGB
CMYK
RGB Variations
Color information
#ADB9AB (or 0xADB9AB) is known color: Rainee. HEX triplet: AD, B9 and AB. RGB value is (173,185,171). Sum of RGB (Red+Green+Blue) = 173+185+171=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 185 (72.66% from 255 or 34.97% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB9AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB9AB is #524654. Grayscale: #B3B3B3. Windows color (decimal): -5391957 or 11254189. OLE color: 11254189.
HSL color Cylindrical-coordinate representation of color #ADB9AB: hue angle of 111.43º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ADB9AB is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
RGB | 173 | 185 | 171 | - |
CMYK | 0.06 | 0 | 0.08 | 0.27 |
HSL | 111.43º | 0.09% | 0.7% | - |
HSV(B) | 111.43º | 0.08% | 0.73% | - |
XYZ | 41.93 | 46.52 | 45.3 | - |
YUV | 179.82 | 123.02 | 123.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 185 | 171 | 0.06 | 0 | 0.08 | 0.27 | 111.43 | 0.09 | 0.7 |
Hex | AD | B9 | AB | 6 | 0 | 8 | 1B | 6F | 9 | 46 |
Octal | 255 | 271 | 253 | 6 | 0 | 10 | 33 | 157 | 11 | 106 |
Binary | 10101101 | 10111001 | 10101011 | 110 | 0 | 1000 | 11011 | 1101111 | 1001 | 1000110 |
Color Harmonies of #ADB9AB
Complementary color
Monochromatic Colors of #ADB9AB
Black with #ADB9AB
Text Example
Text Example
White with #ADB9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB9AB; }
p { color: rgb(173,185,171); }
H1.HeaderClassName
{
color: #ADB9AB;
}
.AnyTagClassName
{
color: #ADB9AB;
}
</style>
background-color css
<style>
a { background-color: #ADB9AB; }
a { background-color: rgb(173,185,171); }
div.DivClassName
{
background-color: #ADB9AB;
}
.BgClassName
{
background-color: #ADB9AB;
}
</style>
border-color css
<style>
span { border-color: #ADB9AB; }
span { border-color: rgb(173,185,171); }
td.TdClassName
{
border-color: #ADB9AB;
}
.TagClassName
{
border-color: #ADB9AB;
}
</style>