Shades of Spring Rain #A5ABA4
Tints of Spring Rain #A5ABA4
RGB
CMYK
RGB Variations
Color information
#A5ABA4 (or 0xA5ABA4) is known color: Spring Rain. HEX triplet: A5, AB and A4. RGB value is (165,171,164). Sum of RGB (Red+Green+Blue) = 165+171+164=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 164 (64.45% from 255 or 32.8% from 500); Max value from RGB is 171 - color contains mainly: green. Hex color #A5ABA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5ABA4 is #5A545B. Grayscale: #A8A8A8. Windows color (decimal): -5919836 or 10791845. OLE color: 10791845.
HSL color Cylindrical-coordinate representation of color #A5ABA4: hue angle of 111.43º degrees, saturation: 0.04, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A5ABA4 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 171 | 164 | - |
| CMYK | 0.04 | 0 | 0.04 | 0.33 |
| HSL | 111.43º | 0.04% | 0.66% | - |
| HSV(B) | 111.43º | 0.04% | 0.67% | - |
| XYZ | 36.78 | 39.81 | 40.87 | - |
| YUV | 168.41 | 125.51 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 171 | 164 | 0.04 | 0 | 0.04 | 0.33 | 111.43 | 0.04 | 0.66 |
| Hex | A5 | AB | A4 | 4 | 0 | 4 | 21 | 6F | 4 | 42 |
| Octal | 245 | 253 | 244 | 4 | 0 | 4 | 41 | 157 | 4 | 102 |
| Binary | 10100101 | 10101011 | 10100100 | 100 | 0 | 100 | 100001 | 1101111 | 100 | 1000010 |
Color Harmonies of #A5ABA4
Complementary color
Monochromatic Colors of #A5ABA4
Black with #A5ABA4
Text Example
Text Example
White with #A5ABA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5ABA4; }
p { color: rgb(165,171,164); }
H1.HeaderClassName
{
color: #A5ABA4;
}
.AnyTagClassName
{
color: #A5ABA4;
}
</style>
background-color css
<style>
a { background-color: #A5ABA4; }
a { background-color: rgb(165,171,164); }
div.DivClassName
{
background-color: #A5ABA4;
}
.BgClassName
{
background-color: #A5ABA4;
}
</style>
border-color css
<style>
span { border-color: #A5ABA4; }
span { border-color: rgb(165,171,164); }
td.TdClassName
{
border-color: #A5ABA4;
}
.TagClassName
{
border-color: #A5ABA4;
}
</style>