Shades of Rainee #ADBDAB
Tints of Rainee #ADBDAB
RGB
CMYK
RGB Variations
Color information
#ADBDAB (or 0xADBDAB) is known color: Rainee. HEX triplet: AD, BD and AB. RGB value is (173,189,171). Sum of RGB (Red+Green+Blue) = 173+189+171=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 189 (74.22% from 255 or 35.46% from 533); Blue value is 171 (67.19% from 255 or 32.08% from 533); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBDAB is #524254. Grayscale: #B6B6B6. Windows color (decimal): -5390933 or 11255213. OLE color: 11255213.
HSL color Cylindrical-coordinate representation of color #ADBDAB: hue angle of 113.33º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADBDAB is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
RGB | 173 | 189 | 171 | - |
CMYK | 0.08 | 0 | 0.10 | 0.26 |
HSL | 113.33º | 0.12% | 0.71% | - |
HSV(B) | 113.33º | 0.1% | 0.74% | - |
XYZ | 42.78 | 48.22 | 45.58 | - |
YUV | 182.16 | 121.7 | 121.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 189 | 171 | 0.08 | 0 | 0.10 | 0.26 | 113.33 | 0.12 | 0.71 |
Hex | AD | BD | AB | 8 | 0 | A | 1A | 71 | C | 47 |
Octal | 255 | 275 | 253 | 10 | 0 | 12 | 32 | 161 | 14 | 107 |
Binary | 10101101 | 10111101 | 10101011 | 1000 | 0 | 1010 | 11010 | 1110001 | 1100 | 1000111 |
Color Harmonies of #ADBDAB
Complementary color
Monochromatic Colors of #ADBDAB
Black with #ADBDAB
Text Example
Text Example
White with #ADBDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBDAB; }
p { color: rgb(173,189,171); }
H1.HeaderClassName
{
color: #ADBDAB;
}
.AnyTagClassName
{
color: #ADBDAB;
}
</style>
background-color css
<style>
a { background-color: #ADBDAB; }
a { background-color: rgb(173,189,171); }
div.DivClassName
{
background-color: #ADBDAB;
}
.BgClassName
{
background-color: #ADBDAB;
}
</style>
border-color css
<style>
span { border-color: #ADBDAB; }
span { border-color: rgb(173,189,171); }
td.TdClassName
{
border-color: #ADBDAB;
}
.TagClassName
{
border-color: #ADBDAB;
}
</style>