Shades of Spring Rain #A3B69C
Tints of Spring Rain #A3B69C
RGB
CMYK
RGB Variations
Color information
#A3B69C (or 0xA3B69C) is known color: Spring Rain. HEX triplet: A3, B6 and 9C. RGB value is (163,182,156). Sum of RGB (Red+Green+Blue) = 163+182+156=501 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.53% from 501); Green value is 182 (71.48% from 255 or 36.33% from 501); Blue value is 156 (61.33% from 255 or 31.14% from 501); Max value from RGB is 182 - color contains mainly: green. Hex color #A3B69C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B69C is #5C4963. Grayscale: #ADADAD. Windows color (decimal): -6048100 or 10270371. OLE color: 10270371.
HSL color Cylindrical-coordinate representation of color #A3B69C: hue angle of 103.85º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A3B69C is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 182 | 156 | - |
| CMYK | 0.10 | 0 | 0.14 | 0.29 |
| HSL | 103.85º | 0.15% | 0.66% | - |
| HSV(B) | 103.85º | 0.14% | 0.71% | - |
| XYZ | 37.83 | 43.64 | 37.88 | - |
| YUV | 173.36 | 118.21 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 182 | 156 | 0.10 | 0 | 0.14 | 0.29 | 103.85 | 0.15 | 0.66 |
| Hex | A3 | B6 | 9C | A | 0 | E | 1D | 68 | F | 42 |
| Octal | 243 | 266 | 234 | 12 | 0 | 16 | 35 | 150 | 17 | 102 |
| Binary | 10100011 | 10110110 | 10011100 | 1010 | 0 | 1110 | 11101 | 1101000 | 1111 | 1000010 |
Color Harmonies of #A3B69C
Complementary color
Monochromatic Colors of #A3B69C
Black with #A3B69C
Text Example
Text Example
White with #A3B69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B69C; }
p { color: rgb(163,182,156); }
H1.HeaderClassName
{
color: #A3B69C;
}
.AnyTagClassName
{
color: #A3B69C;
}
</style>
background-color css
<style>
a { background-color: #A3B69C; }
a { background-color: rgb(163,182,156); }
div.DivClassName
{
background-color: #A3B69C;
}
.BgClassName
{
background-color: #A3B69C;
}
</style>
border-color css
<style>
span { border-color: #A3B69C; }
span { border-color: rgb(163,182,156); }
td.TdClassName
{
border-color: #A3B69C;
}
.TagClassName
{
border-color: #A3B69C;
}
</style>