Shades of Spring Rain #A5B79E
Tints of Spring Rain #A5B79E
RGB
CMYK
RGB Variations
Color information
#A5B79E (or 0xA5B79E) is known color: Spring Rain. HEX triplet: A5, B7 and 9E. RGB value is (165,183,158). Sum of RGB (Red+Green+Blue) = 165+183+158=506 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.61% from 506); Green value is 183 (71.88% from 255 or 36.17% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 183 - color contains mainly: green. Hex color #A5B79E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B79E is #5A4861. Grayscale: #AEAEAE. Windows color (decimal): -5916770 or 10401701. OLE color: 10401701.
HSL color Cylindrical-coordinate representation of color #A5B79E: hue angle of 103.2º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A5B79E is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 183 | 158 | - |
| CMYK | 0.10 | 0 | 0.14 | 0.28 |
| HSL | 103.2º | 0.15% | 0.67% | - |
| HSV(B) | 103.2º | 0.14% | 0.72% | - |
| XYZ | 38.62 | 44.33 | 38.87 | - |
| YUV | 174.77 | 118.54 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 183 | 158 | 0.10 | 0 | 0.14 | 0.28 | 103.2 | 0.15 | 0.67 |
| Hex | A5 | B7 | 9E | A | 0 | E | 1C | 67 | F | 43 |
| Octal | 245 | 267 | 236 | 12 | 0 | 16 | 34 | 147 | 17 | 103 |
| Binary | 10100101 | 10110111 | 10011110 | 1010 | 0 | 1110 | 11100 | 1100111 | 1111 | 1000011 |
Color Harmonies of #A5B79E
Complementary color
Monochromatic Colors of #A5B79E
Black with #A5B79E
Text Example
Text Example
White with #A5B79E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B79E; }
p { color: rgb(165,183,158); }
H1.HeaderClassName
{
color: #A5B79E;
}
.AnyTagClassName
{
color: #A5B79E;
}
</style>
background-color css
<style>
a { background-color: #A5B79E; }
a { background-color: rgb(165,183,158); }
div.DivClassName
{
background-color: #A5B79E;
}
.BgClassName
{
background-color: #A5B79E;
}
</style>
border-color css
<style>
span { border-color: #A5B79E; }
span { border-color: rgb(165,183,158); }
td.TdClassName
{
border-color: #A5B79E;
}
.TagClassName
{
border-color: #A5B79E;
}
</style>