Shades of Spring Rain #A2B9A0
Tints of Spring Rain #A2B9A0
RGB
CMYK
RGB Variations
Color information
#A2B9A0 (or 0xA2B9A0) is known color: Spring Rain. HEX triplet: A2, B9 and A0. RGB value is (162,185,160). Sum of RGB (Red+Green+Blue) = 162+185+160=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 160 (62.89% from 255 or 31.56% from 507); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B9A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B9A0 is #5D465F. Grayscale: #AFAFAF. Windows color (decimal): -6112864 or 10533282. OLE color: 10533282.
HSL color Cylindrical-coordinate representation of color #A2B9A0: hue angle of 115.2º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A2B9A0 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
RGB | 162 | 185 | 160 | - |
CMYK | 0.12 | 0 | 0.14 | 0.27 |
HSL | 115.2º | 0.15% | 0.68% | - |
HSV(B) | 115.2º | 0.14% | 0.73% | - |
XYZ | 38.59 | 44.92 | 39.89 | - |
YUV | 175.27 | 119.38 | 118.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 185 | 160 | 0.12 | 0 | 0.14 | 0.27 | 115.2 | 0.15 | 0.68 |
Hex | A2 | B9 | A0 | C | 0 | E | 1B | 73 | F | 44 |
Octal | 242 | 271 | 240 | 14 | 0 | 16 | 33 | 163 | 17 | 104 |
Binary | 10100010 | 10111001 | 10100000 | 1100 | 0 | 1110 | 11011 | 1110011 | 1111 | 1000100 |
Color Harmonies of #A2B9A0
Complementary color
Monochromatic Colors of #A2B9A0
Black with #A2B9A0
Text Example
Text Example
White with #A2B9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B9A0; }
p { color: rgb(162,185,160); }
H1.HeaderClassName
{
color: #A2B9A0;
}
.AnyTagClassName
{
color: #A2B9A0;
}
</style>
background-color css
<style>
a { background-color: #A2B9A0; }
a { background-color: rgb(162,185,160); }
div.DivClassName
{
background-color: #A2B9A0;
}
.BgClassName
{
background-color: #A2B9A0;
}
</style>
border-color css
<style>
span { border-color: #A2B9A0; }
span { border-color: rgb(162,185,160); }
td.TdClassName
{
border-color: #A2B9A0;
}
.TagClassName
{
border-color: #A2B9A0;
}
</style>