Shades of Rainee #ADBAAC
Tints of Rainee #ADBAAC
RGB
CMYK
RGB Variations
Color information
#ADBAAC (or 0xADBAAC) is known color: Rainee. HEX triplet: AD, BA and AC. RGB value is (173,186,172). Sum of RGB (Red+Green+Blue) = 173+186+172=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 172 (67.58% from 255 or 32.39% from 531); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBAAC is #524553. Grayscale: #B4B4B4. Windows color (decimal): -5391700 or 11319981. OLE color: 11319981.
HSL color Cylindrical-coordinate representation of color #ADBAAC: hue angle of 115.71º 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 #ADBAAC is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
RGB | 173 | 186 | 172 | - |
CMYK | 0.07 | 0 | 0.08 | 0.27 |
HSL | 115.71º | 0.09% | 0.7% | - |
HSV(B) | 115.71º | 0.08% | 0.73% | - |
XYZ | 42.24 | 46.98 | 45.87 | - |
YUV | 180.52 | 123.19 | 122.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 186 | 172 | 0.07 | 0 | 0.08 | 0.27 | 115.71 | 0.09 | 0.7 |
Hex | AD | BA | AC | 7 | 0 | 8 | 1B | 74 | 9 | 46 |
Octal | 255 | 272 | 254 | 7 | 0 | 10 | 33 | 164 | 11 | 106 |
Binary | 10101101 | 10111010 | 10101100 | 111 | 0 | 1000 | 11011 | 1110100 | 1001 | 1000110 |
Color Harmonies of #ADBAAC
Complementary color
Monochromatic Colors of #ADBAAC
Black with #ADBAAC
Text Example
Text Example
White with #ADBAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBAAC; }
p { color: rgb(173,186,172); }
H1.HeaderClassName
{
color: #ADBAAC;
}
.AnyTagClassName
{
color: #ADBAAC;
}
</style>
background-color css
<style>
a { background-color: #ADBAAC; }
a { background-color: rgb(173,186,172); }
div.DivClassName
{
background-color: #ADBAAC;
}
.BgClassName
{
background-color: #ADBAAC;
}
</style>
border-color css
<style>
span { border-color: #ADBAAC; }
span { border-color: rgb(173,186,172); }
td.TdClassName
{
border-color: #ADBAAC;
}
.TagClassName
{
border-color: #ADBAAC;
}
</style>