Shades of Spring Rain #A5B89C
Tints of Spring Rain #A5B89C
RGB
CMYK
RGB Variations
Color information
#A5B89C (or 0xA5B89C) is known color: Spring Rain. HEX triplet: A5, B8 and 9C. RGB value is (165,184,156). Sum of RGB (Red+Green+Blue) = 165+184+156=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 184 (72.27% from 255 or 36.44% from 505); Blue value is 156 (61.33% from 255 or 30.89% from 505); Max value from RGB is 184 - color contains mainly: green. Hex color #A5B89C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B89C is #5A4763. Grayscale: #AFAFAF. Windows color (decimal): -5916516 or 10270885. OLE color: 10270885.
HSL color Cylindrical-coordinate representation of color #A5B89C: hue angle of 100.71º 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 #A5B89C is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 184 | 156 | - |
| CMYK | 0.10 | 0 | 0.15 | 0.28 |
| HSL | 100.71º | 0.16% | 0.67% | - |
| HSV(B) | 100.71º | 0.15% | 0.72% | - |
| XYZ | 38.66 | 44.68 | 38.04 | - |
| YUV | 175.13 | 117.21 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 184 | 156 | 0.10 | 0 | 0.15 | 0.28 | 100.71 | 0.16 | 0.67 |
| Hex | A5 | B8 | 9C | A | 0 | F | 1C | 65 | 10 | 43 |
| Octal | 245 | 270 | 234 | 12 | 0 | 17 | 34 | 145 | 20 | 103 |
| Binary | 10100101 | 10111000 | 10011100 | 1010 | 0 | 1111 | 11100 | 1100101 | 10000 | 1000011 |
Color Harmonies of #A5B89C
Complementary color
Monochromatic Colors of #A5B89C
Black with #A5B89C
Text Example
Text Example
White with #A5B89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B89C; }
p { color: rgb(165,184,156); }
H1.HeaderClassName
{
color: #A5B89C;
}
.AnyTagClassName
{
color: #A5B89C;
}
</style>
background-color css
<style>
a { background-color: #A5B89C; }
a { background-color: rgb(165,184,156); }
div.DivClassName
{
background-color: #A5B89C;
}
.BgClassName
{
background-color: #A5B89C;
}
</style>
border-color css
<style>
span { border-color: #A5B89C; }
span { border-color: rgb(165,184,156); }
td.TdClassName
{
border-color: #A5B89C;
}
.TagClassName
{
border-color: #A5B89C;
}
</style>