Shades of Spring Rain #ADBAA5
Tints of Spring Rain #ADBAA5
RGB
CMYK
RGB Variations
Color information
#ADBAA5 (or 0xADBAA5) is known color: Spring Rain. HEX triplet: AD, BA and A5. RGB value is (173,186,165). Sum of RGB (Red+Green+Blue) = 173+186+165=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 165 (64.84% from 255 or 31.49% from 524); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBAA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBAA5 is #52455A. Grayscale: #B3B3B3. Windows color (decimal): -5391707 or 10861229. OLE color: 10861229.
HSL color Cylindrical-coordinate representation of color #ADBAA5: hue angle of 97.14º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADBAA5 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
RGB | 173 | 186 | 165 | - |
CMYK | 0.07 | 0 | 0.11 | 0.27 |
HSL | 97.14º | 0.13% | 0.69% | - |
HSV(B) | 97.14º | 0.11% | 0.73% | - |
XYZ | 41.58 | 46.72 | 42.42 | - |
YUV | 179.72 | 119.69 | 123.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 186 | 165 | 0.07 | 0 | 0.11 | 0.27 | 97.14 | 0.13 | 0.69 |
Hex | AD | BA | A5 | 7 | 0 | B | 1B | 61 | D | 45 |
Octal | 255 | 272 | 245 | 7 | 0 | 13 | 33 | 141 | 15 | 105 |
Binary | 10101101 | 10111010 | 10100101 | 111 | 0 | 1011 | 11011 | 1100001 | 1101 | 1000101 |
Color Harmonies of #ADBAA5
Complementary color
Monochromatic Colors of #ADBAA5
Black with #ADBAA5
Text Example
Text Example
White with #ADBAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBAA5; }
p { color: rgb(173,186,165); }
H1.HeaderClassName
{
color: #ADBAA5;
}
.AnyTagClassName
{
color: #ADBAA5;
}
</style>
background-color css
<style>
a { background-color: #ADBAA5; }
a { background-color: rgb(173,186,165); }
div.DivClassName
{
background-color: #ADBAA5;
}
.BgClassName
{
background-color: #ADBAA5;
}
</style>
border-color css
<style>
span { border-color: #ADBAA5; }
span { border-color: rgb(173,186,165); }
td.TdClassName
{
border-color: #ADBAA5;
}
.TagClassName
{
border-color: #ADBAA5;
}
</style>