Shades of Spring Rain #A3AFA0
Tints of Spring Rain #A3AFA0
RGB
CMYK
RGB Variations
Color information
#A3AFA0 (or 0xA3AFA0) is known color: Spring Rain. HEX triplet: A3, AF and A0. RGB value is (163,175,160). Sum of RGB (Red+Green+Blue) = 163+175+160=498 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.73% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 160 (62.89% from 255 or 32.13% from 498); Max value from RGB is 175 - color contains mainly: green. Hex color #A3AFA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AFA0 is #5C505F. Grayscale: #A9A9A9. Windows color (decimal): -6049888 or 10530723. OLE color: 10530723.
HSL color Cylindrical-coordinate representation of color #A3AFA0: hue angle of 108º degrees, saturation: 0.09, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A3AFA0 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 175 | 160 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.31 |
| HSL | 108º | 0.09% | 0.66% | - |
| HSV(B) | 108º | 0.09% | 0.69% | - |
| XYZ | 36.78 | 40.98 | 39.23 | - |
| YUV | 169.7 | 122.52 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 175 | 160 | 0.07 | 0 | 0.09 | 0.31 | 108 | 0.09 | 0.66 |
| Hex | A3 | AF | A0 | 7 | 0 | 9 | 1F | 6C | 9 | 42 |
| Octal | 243 | 257 | 240 | 7 | 0 | 11 | 37 | 154 | 11 | 102 |
| Binary | 10100011 | 10101111 | 10100000 | 111 | 0 | 1001 | 11111 | 1101100 | 1001 | 1000010 |
Color Harmonies of #A3AFA0
Complementary color
Monochromatic Colors of #A3AFA0
Black with #A3AFA0
Text Example
Text Example
White with #A3AFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AFA0; }
p { color: rgb(163,175,160); }
H1.HeaderClassName
{
color: #A3AFA0;
}
.AnyTagClassName
{
color: #A3AFA0;
}
</style>
background-color css
<style>
a { background-color: #A3AFA0; }
a { background-color: rgb(163,175,160); }
div.DivClassName
{
background-color: #A3AFA0;
}
.BgClassName
{
background-color: #A3AFA0;
}
</style>
border-color css
<style>
span { border-color: #A3AFA0; }
span { border-color: rgb(163,175,160); }
td.TdClassName
{
border-color: #A3AFA0;
}
.TagClassName
{
border-color: #A3AFA0;
}
</style>