Shades of Spring Rain #A2B8A1
Tints of Spring Rain #A2B8A1
RGB
CMYK
RGB Variations
Color information
#A2B8A1 (or 0xA2B8A1) is known color: Spring Rain. HEX triplet: A2, B8 and A1. RGB value is (162,184,161). Sum of RGB (Red+Green+Blue) = 162+184+161=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 184 (72.27% from 255 or 36.29% from 507); Blue value is 161 (63.28% from 255 or 31.76% from 507); Max value from RGB is 184 - color contains mainly: green. Hex color #A2B8A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B8A1 is #5D475E. Grayscale: #AEAEAE. Windows color (decimal): -6113119 or 10598562. OLE color: 10598562.
HSL color Cylindrical-coordinate representation of color #A2B8A1: hue angle of 117.39º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A2B8A1 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 184 | 161 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.28 |
| HSL | 117.39º | 0.14% | 0.68% | - |
| HSV(B) | 117.39º | 0.13% | 0.72% | - |
| XYZ | 38.47 | 44.54 | 40.29 | - |
| YUV | 174.8 | 120.21 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 184 | 161 | 0.12 | 0 | 0.12 | 0.28 | 117.39 | 0.14 | 0.68 |
| Hex | A2 | B8 | A1 | C | 0 | C | 1C | 75 | E | 44 |
| Octal | 242 | 270 | 241 | 14 | 0 | 14 | 34 | 165 | 16 | 104 |
| Binary | 10100010 | 10111000 | 10100001 | 1100 | 0 | 1100 | 11100 | 1110101 | 1110 | 1000100 |
Color Harmonies of #A2B8A1
Complementary color
Monochromatic Colors of #A2B8A1
Black with #A2B8A1
Text Example
Text Example
White with #A2B8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B8A1; }
p { color: rgb(162,184,161); }
H1.HeaderClassName
{
color: #A2B8A1;
}
.AnyTagClassName
{
color: #A2B8A1;
}
</style>
background-color css
<style>
a { background-color: #A2B8A1; }
a { background-color: rgb(162,184,161); }
div.DivClassName
{
background-color: #A2B8A1;
}
.BgClassName
{
background-color: #A2B8A1;
}
</style>
border-color css
<style>
span { border-color: #A2B8A1; }
span { border-color: rgb(162,184,161); }
td.TdClassName
{
border-color: #A2B8A1;
}
.TagClassName
{
border-color: #A2B8A1;
}
</style>