Shades of Spring Rain #A1B79B
Tints of Spring Rain #A1B79B
RGB
CMYK
RGB Variations
Color information
#A1B79B (or 0xA1B79B) is known color: Spring Rain. HEX triplet: A1, B7 and 9B. RGB value is (161,183,155). Sum of RGB (Red+Green+Blue) = 161+183+155=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 183 (71.88% from 255 or 36.67% from 499); Blue value is 155 (60.94% from 255 or 31.06% from 499); Max value from RGB is 183 - color contains mainly: green. Hex color #A1B79B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B79B is #5E4864. Grayscale: #ADADAD. Windows color (decimal): -6178917 or 10205089. OLE color: 10205089.
HSL color Cylindrical-coordinate representation of color #A1B79B: hue angle of 107.14º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A1B79B is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 183 | 155 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.28 |
| HSL | 107.14º | 0.16% | 0.66% | - |
| HSV(B) | 107.14º | 0.15% | 0.72% | - |
| XYZ | 37.55 | 43.81 | 37.49 | - |
| YUV | 173.23 | 117.71 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 183 | 155 | 0.12 | 0 | 0.15 | 0.28 | 107.14 | 0.16 | 0.66 |
| Hex | A1 | B7 | 9B | C | 0 | F | 1C | 6B | 10 | 42 |
| Octal | 241 | 267 | 233 | 14 | 0 | 17 | 34 | 153 | 20 | 102 |
| Binary | 10100001 | 10110111 | 10011011 | 1100 | 0 | 1111 | 11100 | 1101011 | 10000 | 1000010 |
Color Harmonies of #A1B79B
Complementary color
Monochromatic Colors of #A1B79B
Black with #A1B79B
Text Example
Text Example
White with #A1B79B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B79B; }
p { color: rgb(161,183,155); }
H1.HeaderClassName
{
color: #A1B79B;
}
.AnyTagClassName
{
color: #A1B79B;
}
</style>
background-color css
<style>
a { background-color: #A1B79B; }
a { background-color: rgb(161,183,155); }
div.DivClassName
{
background-color: #A1B79B;
}
.BgClassName
{
background-color: #A1B79B;
}
</style>
border-color css
<style>
span { border-color: #A1B79B; }
span { border-color: rgb(161,183,155); }
td.TdClassName
{
border-color: #A1B79B;
}
.TagClassName
{
border-color: #A1B79B;
}
</style>