Shades of Spring Rain #A3B69A
Tints of Spring Rain #A3B69A
RGB
CMYK
RGB Variations
Color information
#A3B69A (or 0xA3B69A) is known color: Spring Rain. HEX triplet: A3, B6 and 9A. RGB value is (163,182,154). Sum of RGB (Red+Green+Blue) = 163+182+154=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 182 (71.48% from 255 or 36.47% from 499); Blue value is 154 (60.55% from 255 or 30.86% from 499); Max value from RGB is 182 - color contains mainly: green. Hex color #A3B69A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B69A is #5C4965. Grayscale: #ADADAD. Windows color (decimal): -6048102 or 10139299. OLE color: 10139299.
HSL color Cylindrical-coordinate representation of color #A3B69A: hue angle of 100.71º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A3B69A is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 182 | 154 | - |
| CMYK | 0.10 | 0 | 0.15 | 0.29 |
| HSL | 100.71º | 0.16% | 0.66% | - |
| HSV(B) | 100.71º | 0.15% | 0.71% | - |
| XYZ | 37.66 | 43.58 | 37 | - |
| YUV | 173.13 | 117.21 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 182 | 154 | 0.10 | 0 | 0.15 | 0.29 | 100.71 | 0.16 | 0.66 |
| Hex | A3 | B6 | 9A | A | 0 | F | 1D | 65 | 10 | 42 |
| Octal | 243 | 266 | 232 | 12 | 0 | 17 | 35 | 145 | 20 | 102 |
| Binary | 10100011 | 10110110 | 10011010 | 1010 | 0 | 1111 | 11101 | 1100101 | 10000 | 1000010 |
Color Harmonies of #A3B69A
Complementary color
Monochromatic Colors of #A3B69A
Black with #A3B69A
Text Example
Text Example
White with #A3B69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B69A; }
p { color: rgb(163,182,154); }
H1.HeaderClassName
{
color: #A3B69A;
}
.AnyTagClassName
{
color: #A3B69A;
}
</style>
background-color css
<style>
a { background-color: #A3B69A; }
a { background-color: rgb(163,182,154); }
div.DivClassName
{
background-color: #A3B69A;
}
.BgClassName
{
background-color: #A3B69A;
}
</style>
border-color css
<style>
span { border-color: #A3B69A; }
span { border-color: rgb(163,182,154); }
td.TdClassName
{
border-color: #A3B69A;
}
.TagClassName
{
border-color: #A3B69A;
}
</style>