Shades of Spring Rain #A6BFA0
Tints of Spring Rain #A6BFA0
RGB
CMYK
RGB Variations
Color information
#A6BFA0 (or 0xA6BFA0) is known color: Spring Rain. HEX triplet: A6, BF and A0. RGB value is (166,191,160). Sum of RGB (Red+Green+Blue) = 166+191+160=517 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.11% from 517); Green value is 191 (75% from 255 or 36.94% from 517); Blue value is 160 (62.89% from 255 or 30.95% from 517); Max value from RGB is 191 - color contains mainly: green. Hex color #A6BFA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BFA0 is #59405F. Grayscale: #B4B4B4. Windows color (decimal): -5849184 or 10534822. OLE color: 10534822.
HSL color Cylindrical-coordinate representation of color #A6BFA0: hue angle of 108.39º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A6BFA0 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 191 | 160 | - |
| CMYK | 0.13 | 0 | 0.16 | 0.25 |
| HSL | 108.39º | 0.19% | 0.69% | - |
| HSV(B) | 108.39º | 0.16% | 0.75% | - |
| XYZ | 40.7 | 47.91 | 40.36 | - |
| YUV | 179.99 | 116.72 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 191 | 160 | 0.13 | 0 | 0.16 | 0.25 | 108.39 | 0.19 | 0.69 |
| Hex | A6 | BF | A0 | D | 0 | 10 | 19 | 6C | 13 | 45 |
| Octal | 246 | 277 | 240 | 15 | 0 | 20 | 31 | 154 | 23 | 105 |
| Binary | 10100110 | 10111111 | 10100000 | 1101 | 0 | 10000 | 11001 | 1101100 | 10011 | 1000101 |
Color Harmonies of #A6BFA0
Complementary color
Monochromatic Colors of #A6BFA0
Black with #A6BFA0
Text Example
Text Example
White with #A6BFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BFA0; }
p { color: rgb(166,191,160); }
H1.HeaderClassName
{
color: #A6BFA0;
}
.AnyTagClassName
{
color: #A6BFA0;
}
</style>
background-color css
<style>
a { background-color: #A6BFA0; }
a { background-color: rgb(166,191,160); }
div.DivClassName
{
background-color: #A6BFA0;
}
.BgClassName
{
background-color: #A6BFA0;
}
</style>
border-color css
<style>
span { border-color: #A6BFA0; }
span { border-color: rgb(166,191,160); }
td.TdClassName
{
border-color: #A6BFA0;
}
.TagClassName
{
border-color: #A6BFA0;
}
</style>