Shades of Spring Rain #A8C0A5
Tints of Spring Rain #A8C0A5
RGB
CMYK
RGB Variations
Color information
#A8C0A5 (or 0xA8C0A5) is known color: Spring Rain. HEX triplet: A8, C0 and A5. RGB value is (168,192,165). Sum of RGB (Red+Green+Blue) = 168+192+165=525 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32% from 525); Green value is 192 (75.39% from 255 or 36.57% from 525); Blue value is 165 (64.84% from 255 or 31.43% from 525); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C0A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C0A5 is #573F5A. Grayscale: #B5B5B5. Windows color (decimal): -5717851 or 10862760. OLE color: 10862760.
HSL color Cylindrical-coordinate representation of color #A8C0A5: hue angle of 113.33º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A8C0A5 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 192 | 165 | - |
| CMYK | 0.12 | 0 | 0.14 | 0.25 |
| HSL | 113.33º | 0.18% | 0.7% | - |
| HSV(B) | 113.33º | 0.14% | 0.75% | - |
| XYZ | 41.79 | 48.74 | 42.8 | - |
| YUV | 181.75 | 118.55 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 192 | 165 | 0.12 | 0 | 0.14 | 0.25 | 113.33 | 0.18 | 0.7 |
| Hex | A8 | C0 | A5 | C | 0 | E | 19 | 71 | 12 | 46 |
| Octal | 250 | 300 | 245 | 14 | 0 | 16 | 31 | 161 | 22 | 106 |
| Binary | 10101000 | 11000000 | 10100101 | 1100 | 0 | 1110 | 11001 | 1110001 | 10010 | 1000110 |
Color Harmonies of #A8C0A5
Complementary color
Monochromatic Colors of #A8C0A5
Black with #A8C0A5
Text Example
Text Example
White with #A8C0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C0A5; }
p { color: rgb(168,192,165); }
H1.HeaderClassName
{
color: #A8C0A5;
}
.AnyTagClassName
{
color: #A8C0A5;
}
</style>
background-color css
<style>
a { background-color: #A8C0A5; }
a { background-color: rgb(168,192,165); }
div.DivClassName
{
background-color: #A8C0A5;
}
.BgClassName
{
background-color: #A8C0A5;
}
</style>
border-color css
<style>
span { border-color: #A8C0A5; }
span { border-color: rgb(168,192,165); }
td.TdClassName
{
border-color: #A8C0A5;
}
.TagClassName
{
border-color: #A8C0A5;
}
</style>