Shades of Spring Rain #A5B89D
Tints of Spring Rain #A5B89D
RGB
CMYK
RGB Variations
Color information
#A5B89D (or 0xA5B89D) is known color: Spring Rain. HEX triplet: A5, B8 and 9D. RGB value is (165,184,157). Sum of RGB (Red+Green+Blue) = 165+184+157=506 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.61% from 506); Green value is 184 (72.27% from 255 or 36.36% from 506); Blue value is 157 (61.72% from 255 or 31.03% from 506); Max value from RGB is 184 - color contains mainly: green. Hex color #A5B89D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B89D is #5A4762. Grayscale: #AFAFAF. Windows color (decimal): -5916515 or 10336421. OLE color: 10336421.
HSL color Cylindrical-coordinate representation of color #A5B89D: hue angle of 102.22º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A5B89D is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 184 | 157 | - |
| CMYK | 0.10 | 0 | 0.15 | 0.28 |
| HSL | 102.22º | 0.16% | 0.67% | - |
| HSV(B) | 102.22º | 0.15% | 0.72% | - |
| XYZ | 38.74 | 44.71 | 38.49 | - |
| YUV | 175.24 | 117.71 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 184 | 157 | 0.10 | 0 | 0.15 | 0.28 | 102.22 | 0.16 | 0.67 |
| Hex | A5 | B8 | 9D | A | 0 | F | 1C | 66 | 10 | 43 |
| Octal | 245 | 270 | 235 | 12 | 0 | 17 | 34 | 146 | 20 | 103 |
| Binary | 10100101 | 10111000 | 10011101 | 1010 | 0 | 1111 | 11100 | 1100110 | 10000 | 1000011 |
Color Harmonies of #A5B89D
Complementary color
Monochromatic Colors of #A5B89D
Black with #A5B89D
Text Example
Text Example
White with #A5B89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B89D; }
p { color: rgb(165,184,157); }
H1.HeaderClassName
{
color: #A5B89D;
}
.AnyTagClassName
{
color: #A5B89D;
}
</style>
background-color css
<style>
a { background-color: #A5B89D; }
a { background-color: rgb(165,184,157); }
div.DivClassName
{
background-color: #A5B89D;
}
.BgClassName
{
background-color: #A5B89D;
}
</style>
border-color css
<style>
span { border-color: #A5B89D; }
span { border-color: rgb(165,184,157); }
td.TdClassName
{
border-color: #A5B89D;
}
.TagClassName
{
border-color: #A5B89D;
}
</style>