Shades of Spring Rain #A8B4A0
Tints of Spring Rain #A8B4A0
RGB
CMYK
RGB Variations
Color information
#A8B4A0 (or 0xA8B4A0) is known color: Spring Rain. HEX triplet: A8, B4 and A0. RGB value is (168,180,160). Sum of RGB (Red+Green+Blue) = 168+180+160=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 180 (70.70% from 255 or 35.43% from 508); Blue value is 160 (62.89% from 255 or 31.50% from 508); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B4A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B4A0 is #574B5F. Grayscale: #AEAEAE. Windows color (decimal): -5720928 or 10532008. OLE color: 10532008.
HSL color Cylindrical-coordinate representation of color #A8B4A0: hue angle of 96º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A8B4A0 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 180 | 160 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.29 |
| HSL | 96º | 0.12% | 0.67% | - |
| HSV(B) | 96º | 0.11% | 0.71% | - |
| XYZ | 38.81 | 43.51 | 39.61 | - |
| YUV | 174.13 | 120.02 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 180 | 160 | 0.07 | 0 | 0.11 | 0.29 | 96 | 0.12 | 0.67 |
| Hex | A8 | B4 | A0 | 7 | 0 | B | 1D | 60 | C | 43 |
| Octal | 250 | 264 | 240 | 7 | 0 | 13 | 35 | 140 | 14 | 103 |
| Binary | 10101000 | 10110100 | 10100000 | 111 | 0 | 1011 | 11101 | 1100000 | 1100 | 1000011 |
Color Harmonies of #A8B4A0
Complementary color
Monochromatic Colors of #A8B4A0
Black with #A8B4A0
Text Example
Text Example
White with #A8B4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B4A0; }
p { color: rgb(168,180,160); }
H1.HeaderClassName
{
color: #A8B4A0;
}
.AnyTagClassName
{
color: #A8B4A0;
}
</style>
background-color css
<style>
a { background-color: #A8B4A0; }
a { background-color: rgb(168,180,160); }
div.DivClassName
{
background-color: #A8B4A0;
}
.BgClassName
{
background-color: #A8B4A0;
}
</style>
border-color css
<style>
span { border-color: #A8B4A0; }
span { border-color: rgb(168,180,160); }
td.TdClassName
{
border-color: #A8B4A0;
}
.TagClassName
{
border-color: #A8B4A0;
}
</style>