Shades of Spring Rain #A3B29F
Tints of Spring Rain #A3B29F
RGB
CMYK
RGB Variations
Color information
#A3B29F (or 0xA3B29F) is known color: Spring Rain. HEX triplet: A3, B2 and 9F. RGB value is (163,178,159). Sum of RGB (Red+Green+Blue) = 163+178+159=500 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.6% from 500); Green value is 178 (69.92% from 255 or 35.6% from 500); Blue value is 159 (62.5% from 255 or 31.8% from 500); Max value from RGB is 178 - color contains mainly: green. Hex color #A3B29F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3B29F is #5C4D60. Grayscale: #ABABAB. Windows color (decimal): -6049121 or 10465955. OLE color: 10465955.
HSL color Cylindrical-coordinate representation of color #A3B29F: hue angle of 107.37º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A3B29F is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 163 | 178 | 159 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.30 |
| HSL | 107.37º | 0.11% | 0.66% | - |
| HSV(B) | 107.37º | 0.11% | 0.7% | - |
| XYZ | 37.28 | 42.13 | 38.97 | - |
| YUV | 171.35 | 121.03 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 178 | 159 | 0.08 | 0 | 0.11 | 0.30 | 107.37 | 0.11 | 0.66 |
| Hex | A3 | B2 | 9F | 8 | 0 | B | 1E | 6B | B | 42 |
| Octal | 243 | 262 | 237 | 10 | 0 | 13 | 36 | 153 | 13 | 102 |
| Binary | 10100011 | 10110010 | 10011111 | 1000 | 0 | 1011 | 11110 | 1101011 | 1011 | 1000010 |
Color Harmonies of #A3B29F
Complementary color
Monochromatic Colors of #A3B29F
Black with #A3B29F
Text Example
Text Example
White with #A3B29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B29F; }
p { color: rgb(163,178,159); }
H1.HeaderClassName
{
color: #A3B29F;
}
.AnyTagClassName
{
color: #A3B29F;
}
</style>
background-color css
<style>
a { background-color: #A3B29F; }
a { background-color: rgb(163,178,159); }
div.DivClassName
{
background-color: #A3B29F;
}
.BgClassName
{
background-color: #A3B29F;
}
</style>
border-color css
<style>
span { border-color: #A3B29F; }
span { border-color: rgb(163,178,159); }
td.TdClassName
{
border-color: #A3B29F;
}
.TagClassName
{
border-color: #A3B29F;
}
</style>