Shades of Spring Rain #A8B5A4
Tints of Spring Rain #A8B5A4
RGB
CMYK
RGB Variations
Color information
#A8B5A4 (or 0xA8B5A4) is known color: Spring Rain. HEX triplet: A8, B5 and A4. RGB value is (168,181,164). Sum of RGB (Red+Green+Blue) = 168+181+164=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 181 (71.09% from 255 or 35.28% from 513); Blue value is 164 (64.45% from 255 or 31.97% from 513); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B5A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B5A4 is #574A5B. Grayscale: #AFAFAF. Windows color (decimal): -5720668 or 10794408. OLE color: 10794408.
HSL color Cylindrical-coordinate representation of color #A8B5A4: hue angle of 105.88º degrees, saturation: 0.1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A8B5A4 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 181 | 164 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.29 |
| HSL | 105.88º | 0.1% | 0.68% | - |
| HSV(B) | 105.88º | 0.09% | 0.71% | - |
| XYZ | 39.37 | 44.05 | 41.55 | - |
| YUV | 175.18 | 121.69 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 181 | 164 | 0.07 | 0 | 0.09 | 0.29 | 105.88 | 0.1 | 0.68 |
| Hex | A8 | B5 | A4 | 7 | 0 | 9 | 1D | 6A | A | 44 |
| Octal | 250 | 265 | 244 | 7 | 0 | 11 | 35 | 152 | 12 | 104 |
| Binary | 10101000 | 10110101 | 10100100 | 111 | 0 | 1001 | 11101 | 1101010 | 1010 | 1000100 |
Color Harmonies of #A8B5A4
Complementary color
Monochromatic Colors of #A8B5A4
Black with #A8B5A4
Text Example
Text Example
White with #A8B5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B5A4; }
p { color: rgb(168,181,164); }
H1.HeaderClassName
{
color: #A8B5A4;
}
.AnyTagClassName
{
color: #A8B5A4;
}
</style>
background-color css
<style>
a { background-color: #A8B5A4; }
a { background-color: rgb(168,181,164); }
div.DivClassName
{
background-color: #A8B5A4;
}
.BgClassName
{
background-color: #A8B5A4;
}
</style>
border-color css
<style>
span { border-color: #A8B5A4; }
span { border-color: rgb(168,181,164); }
td.TdClassName
{
border-color: #A8B5A4;
}
.TagClassName
{
border-color: #A8B5A4;
}
</style>