Shades of Spring Rain #A8C1A4
Tints of Spring Rain #A8C1A4
RGB
CMYK
RGB Variations
Color information
#A8C1A4 (or 0xA8C1A4) is known color: Spring Rain. HEX triplet: A8, C1 and A4. RGB value is (168,193,164). Sum of RGB (Red+Green+Blue) = 168+193+164=525 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32% from 525); Green value is 193 (75.78% from 255 or 36.76% from 525); Blue value is 164 (64.45% from 255 or 31.24% from 525); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C1A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C1A4 is #573E5B. Grayscale: #B6B6B6. Windows color (decimal): -5717596 or 10797480. OLE color: 10797480.
HSL color Cylindrical-coordinate representation of color #A8C1A4: hue angle of 111.72º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A8C1A4 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 193 | 164 | - |
| CMYK | 0.13 | 0 | 0.15 | 0.24 |
| HSL | 111.72º | 0.19% | 0.7% | - |
| HSV(B) | 111.72º | 0.15% | 0.76% | - |
| XYZ | 41.92 | 49.15 | 42.4 | - |
| YUV | 182.22 | 117.72 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 193 | 164 | 0.13 | 0 | 0.15 | 0.24 | 111.72 | 0.19 | 0.7 |
| Hex | A8 | C1 | A4 | D | 0 | F | 18 | 70 | 13 | 46 |
| Octal | 250 | 301 | 244 | 15 | 0 | 17 | 30 | 160 | 23 | 106 |
| Binary | 10101000 | 11000001 | 10100100 | 1101 | 0 | 1111 | 11000 | 1110000 | 10011 | 1000110 |
Color Harmonies of #A8C1A4
Complementary color
Monochromatic Colors of #A8C1A4
Black with #A8C1A4
Text Example
Text Example
White with #A8C1A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C1A4; }
p { color: rgb(168,193,164); }
H1.HeaderClassName
{
color: #A8C1A4;
}
.AnyTagClassName
{
color: #A8C1A4;
}
</style>
background-color css
<style>
a { background-color: #A8C1A4; }
a { background-color: rgb(168,193,164); }
div.DivClassName
{
background-color: #A8C1A4;
}
.BgClassName
{
background-color: #A8C1A4;
}
</style>
border-color css
<style>
span { border-color: #A8C1A4; }
span { border-color: rgb(168,193,164); }
td.TdClassName
{
border-color: #A8C1A4;
}
.TagClassName
{
border-color: #A8C1A4;
}
</style>