Shades of Spring Rain #A3B09C
Tints of Spring Rain #A3B09C
RGB
CMYK
RGB Variations
Color information
#A3B09C (or 0xA3B09C) is known color: Spring Rain. HEX triplet: A3, B0 and 9C. RGB value is (163,176,156). Sum of RGB (Red+Green+Blue) = 163+176+156=495 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.93% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 156 (61.33% from 255 or 31.52% from 495); Max value from RGB is 176 - color contains mainly: green. Hex color #A3B09C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3B09C is #5C4F63. Grayscale: #A9A9A9. Windows color (decimal): -6049636 or 10268835. OLE color: 10268835.
HSL color Cylindrical-coordinate representation of color #A3B09C: hue angle of 99º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A3B09C is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 176 | 156 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.31 |
| HSL | 99º | 0.11% | 0.65% | - |
| HSV(B) | 99º | 0.11% | 0.69% | - |
| XYZ | 36.63 | 41.24 | 37.48 | - |
| YUV | 169.83 | 120.19 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 176 | 156 | 0.07 | 0 | 0.11 | 0.31 | 99 | 0.11 | 0.65 |
| Hex | A3 | B0 | 9C | 7 | 0 | B | 1F | 63 | B | 41 |
| Octal | 243 | 260 | 234 | 7 | 0 | 13 | 37 | 143 | 13 | 101 |
| Binary | 10100011 | 10110000 | 10011100 | 111 | 0 | 1011 | 11111 | 1100011 | 1011 | 1000001 |
Color Harmonies of #A3B09C
Complementary color
Monochromatic Colors of #A3B09C
Black with #A3B09C
Text Example
Text Example
White with #A3B09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B09C; }
p { color: rgb(163,176,156); }
H1.HeaderClassName
{
color: #A3B09C;
}
.AnyTagClassName
{
color: #A3B09C;
}
</style>
background-color css
<style>
a { background-color: #A3B09C; }
a { background-color: rgb(163,176,156); }
div.DivClassName
{
background-color: #A3B09C;
}
.BgClassName
{
background-color: #A3B09C;
}
</style>
border-color css
<style>
span { border-color: #A3B09C; }
span { border-color: rgb(163,176,156); }
td.TdClassName
{
border-color: #A3B09C;
}
.TagClassName
{
border-color: #A3B09C;
}
</style>