Shades of Spring Rain #A2B19B
Tints of Spring Rain #A2B19B
RGB
CMYK
RGB Variations
Color information
#A2B19B (or 0xA2B19B) is known color: Spring Rain. HEX triplet: A2, B1 and 9B. RGB value is (162,177,155). Sum of RGB (Red+Green+Blue) = 162+177+155=494 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.79% from 494); Green value is 177 (69.53% from 255 or 35.83% from 494); Blue value is 155 (60.94% from 255 or 31.38% from 494); Max value from RGB is 177 - color contains mainly: green. Hex color #A2B19B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2B19B is #5D4E64. Grayscale: #AAAAAA. Windows color (decimal): -6114917 or 10203554. OLE color: 10203554.
HSL color Cylindrical-coordinate representation of color #A2B19B: hue angle of 100.91º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A2B19B is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
RGB | 162 | 177 | 155 | - |
CMYK | 0.08 | 0 | 0.12 | 0.31 |
HSL | 100.91º | 0.12% | 0.65% | - |
HSV(B) | 100.91º | 0.12% | 0.69% | - |
XYZ | 36.54 | 41.49 | 37.09 | - |
YUV | 170.01 | 119.53 | 122.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 177 | 155 | 0.08 | 0 | 0.12 | 0.31 | 100.91 | 0.12 | 0.65 |
Hex | A2 | B1 | 9B | 8 | 0 | C | 1F | 65 | C | 41 |
Octal | 242 | 261 | 233 | 10 | 0 | 14 | 37 | 145 | 14 | 101 |
Binary | 10100010 | 10110001 | 10011011 | 1000 | 0 | 1100 | 11111 | 1100101 | 1100 | 1000001 |
Color Harmonies of #A2B19B
Complementary color
Monochromatic Colors of #A2B19B
Black with #A2B19B
Text Example
Text Example
White with #A2B19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B19B; }
p { color: rgb(162,177,155); }
H1.HeaderClassName
{
color: #A2B19B;
}
.AnyTagClassName
{
color: #A2B19B;
}
</style>
background-color css
<style>
a { background-color: #A2B19B; }
a { background-color: rgb(162,177,155); }
div.DivClassName
{
background-color: #A2B19B;
}
.BgClassName
{
background-color: #A2B19B;
}
</style>
border-color css
<style>
span { border-color: #A2B19B; }
span { border-color: rgb(162,177,155); }
td.TdClassName
{
border-color: #A2B19B;
}
.TagClassName
{
border-color: #A2B19B;
}
</style>