Shades of Spring Rain #A1B69F
Tints of Spring Rain #A1B69F
RGB
CMYK
RGB Variations
Color information
#A1B69F (or 0xA1B69F) is known color: Spring Rain. HEX triplet: A1, B6 and 9F. RGB value is (161,182,159). Sum of RGB (Red+Green+Blue) = 161+182+159=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 182 (71.48% from 255 or 36.25% from 502); Blue value is 159 (62.5% from 255 or 31.67% from 502); Max value from RGB is 182 - color contains mainly: green. Hex color #A1B69F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B69F is #5E4960. Grayscale: #ADADAD. Windows color (decimal): -6179169 or 10466977. OLE color: 10466977.
HSL color Cylindrical-coordinate representation of color #A1B69F: hue angle of 114.78º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A1B69F is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 182 | 159 | - |
| CMYK | 0.12 | 0 | 0.13 | 0.29 |
| HSL | 114.78º | 0.14% | 0.67% | - |
| HSV(B) | 114.78º | 0.13% | 0.71% | - |
| XYZ | 37.68 | 43.54 | 39.22 | - |
| YUV | 173.1 | 120.04 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 182 | 159 | 0.12 | 0 | 0.13 | 0.29 | 114.78 | 0.14 | 0.67 |
| Hex | A1 | B6 | 9F | C | 0 | D | 1D | 73 | E | 43 |
| Octal | 241 | 266 | 237 | 14 | 0 | 15 | 35 | 163 | 16 | 103 |
| Binary | 10100001 | 10110110 | 10011111 | 1100 | 0 | 1101 | 11101 | 1110011 | 1110 | 1000011 |
Color Harmonies of #A1B69F
Complementary color
Monochromatic Colors of #A1B69F
Black with #A1B69F
Text Example
Text Example
White with #A1B69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B69F; }
p { color: rgb(161,182,159); }
H1.HeaderClassName
{
color: #A1B69F;
}
.AnyTagClassName
{
color: #A1B69F;
}
</style>
background-color css
<style>
a { background-color: #A1B69F; }
a { background-color: rgb(161,182,159); }
div.DivClassName
{
background-color: #A1B69F;
}
.BgClassName
{
background-color: #A1B69F;
}
</style>
border-color css
<style>
span { border-color: #A1B69F; }
span { border-color: rgb(161,182,159); }
td.TdClassName
{
border-color: #A1B69F;
}
.TagClassName
{
border-color: #A1B69F;
}
</style>