Shades of Spring Rain #A5B4A5
Tints of Spring Rain #A5B4A5
RGB
CMYK
RGB Variations
Color information
#A5B4A5 (or 0xA5B4A5) is known color: Spring Rain. HEX triplet: A5, B4 and A5. RGB value is (165,180,165). Sum of RGB (Red+Green+Blue) = 165+180+165=510 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.35% from 510); Green value is 180 (70.70% from 255 or 35.29% from 510); Blue value is 165 (64.84% from 255 or 32.35% from 510); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B4A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B4A5 is #5A4B5A. Grayscale: #ADADAD. Windows color (decimal): -5917531 or 10859685. OLE color: 10859685.
HSL color Cylindrical-coordinate representation of color #A5B4A5: hue angle of 120º degrees, saturation: 0.09, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A5B4A5 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 180 | 165 | - |
| CMYK | 0.08 | 0 | 0.08 | 0.29 |
| HSL | 120º | 0.09% | 0.68% | - |
| HSV(B) | 120º | 0.08% | 0.71% | - |
| XYZ | 38.63 | 43.36 | 41.93 | - |
| YUV | 173.81 | 123.03 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 180 | 165 | 0.08 | 0 | 0.08 | 0.29 | 120 | 0.09 | 0.68 |
| Hex | A5 | B4 | A5 | 8 | 0 | 8 | 1D | 78 | 9 | 44 |
| Octal | 245 | 264 | 245 | 10 | 0 | 10 | 35 | 170 | 11 | 104 |
| Binary | 10100101 | 10110100 | 10100101 | 1000 | 0 | 1000 | 11101 | 1111000 | 1001 | 1000100 |
Color Harmonies of #A5B4A5
Complementary color
Monochromatic Colors of #A5B4A5
Black with #A5B4A5
Text Example
Text Example
White with #A5B4A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B4A5; }
p { color: rgb(165,180,165); }
H1.HeaderClassName
{
color: #A5B4A5;
}
.AnyTagClassName
{
color: #A5B4A5;
}
</style>
background-color css
<style>
a { background-color: #A5B4A5; }
a { background-color: rgb(165,180,165); }
div.DivClassName
{
background-color: #A5B4A5;
}
.BgClassName
{
background-color: #A5B4A5;
}
</style>
border-color css
<style>
span { border-color: #A5B4A5; }
span { border-color: rgb(165,180,165); }
td.TdClassName
{
border-color: #A5B4A5;
}
.TagClassName
{
border-color: #A5B4A5;
}
</style>