Shades of Spring Rain #A5B09F
Tints of Spring Rain #A5B09F
RGB
CMYK
RGB Variations
Color information
#A5B09F (or 0xA5B09F) is known color: Spring Rain. HEX triplet: A5, B0 and 9F. RGB value is (165,176,159). Sum of RGB (Red+Green+Blue) = 165+176+159=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 159 (62.5% from 255 or 31.8% from 500); Max value from RGB is 176 - color contains mainly: green. Hex color #A5B09F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5B09F is #5A4F60. Grayscale: #AAAAAA. Windows color (decimal): -5918561 or 10465445. OLE color: 10465445.
HSL color Cylindrical-coordinate representation of color #A5B09F: hue angle of 98.82º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A5B09F is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 176 | 159 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.31 |
| HSL | 98.82º | 0.1% | 0.66% | - |
| HSV(B) | 98.82º | 0.1% | 0.69% | - |
| XYZ | 37.3 | 41.55 | 38.86 | - |
| YUV | 170.77 | 121.36 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 176 | 159 | 0.06 | 0 | 0.10 | 0.31 | 98.82 | 0.1 | 0.66 |
| Hex | A5 | B0 | 9F | 6 | 0 | A | 1F | 63 | A | 42 |
| Octal | 245 | 260 | 237 | 6 | 0 | 12 | 37 | 143 | 12 | 102 |
| Binary | 10100101 | 10110000 | 10011111 | 110 | 0 | 1010 | 11111 | 1100011 | 1010 | 1000010 |
Color Harmonies of #A5B09F
Complementary color
Monochromatic Colors of #A5B09F
Black with #A5B09F
Text Example
Text Example
White with #A5B09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B09F; }
p { color: rgb(165,176,159); }
H1.HeaderClassName
{
color: #A5B09F;
}
.AnyTagClassName
{
color: #A5B09F;
}
</style>
background-color css
<style>
a { background-color: #A5B09F; }
a { background-color: rgb(165,176,159); }
div.DivClassName
{
background-color: #A5B09F;
}
.BgClassName
{
background-color: #A5B09F;
}
</style>
border-color css
<style>
span { border-color: #A5B09F; }
span { border-color: rgb(165,176,159); }
td.TdClassName
{
border-color: #A5B09F;
}
.TagClassName
{
border-color: #A5B09F;
}
</style>