Shades of Spring Rain #A1B5A2
Tints of Spring Rain #A1B5A2
RGB
CMYK
RGB Variations
Color information
#A1B5A2 (or 0xA1B5A2) is known color: Spring Rain. HEX triplet: A1, B5 and A2. RGB value is (161,181,162). Sum of RGB (Red+Green+Blue) = 161+181+162=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 181 (71.09% from 255 or 35.91% from 504); Blue value is 162 (63.67% from 255 or 32.14% from 504); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B5A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B5A2 is #5E4A5D. Grayscale: #ACACAC. Windows color (decimal): -6179422 or 10663329. OLE color: 10663329.
HSL color Cylindrical-coordinate representation of color #A1B5A2: hue angle of 123º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A1B5A2 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
RGB | 161 | 181 | 162 | - |
CMYK | 0.11 | 0 | 0.10 | 0.29 |
HSL | 123º | 0.12% | 0.67% | - |
HSV(B) | 123º | 0.11% | 0.71% | - |
XYZ | 37.74 | 43.23 | 40.54 | - |
YUV | 172.85 | 121.87 | 119.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 181 | 162 | 0.11 | 0 | 0.10 | 0.29 | 123 | 0.12 | 0.67 |
Hex | A1 | B5 | A2 | B | 0 | A | 1D | 7B | C | 43 |
Octal | 241 | 265 | 242 | 13 | 0 | 12 | 35 | 173 | 14 | 103 |
Binary | 10100001 | 10110101 | 10100010 | 1011 | 0 | 1010 | 11101 | 1111011 | 1100 | 1000011 |
Color Harmonies of #A1B5A2
Complementary color
Monochromatic Colors of #A1B5A2
Black with #A1B5A2
Text Example
Text Example
White with #A1B5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B5A2; }
p { color: rgb(161,181,162); }
H1.HeaderClassName
{
color: #A1B5A2;
}
.AnyTagClassName
{
color: #A1B5A2;
}
</style>
background-color css
<style>
a { background-color: #A1B5A2; }
a { background-color: rgb(161,181,162); }
div.DivClassName
{
background-color: #A1B5A2;
}
.BgClassName
{
background-color: #A1B5A2;
}
</style>
border-color css
<style>
span { border-color: #A1B5A2; }
span { border-color: rgb(161,181,162); }
td.TdClassName
{
border-color: #A1B5A2;
}
.TagClassName
{
border-color: #A1B5A2;
}
</style>