Shades of Spring Rain #A3AFA1
Tints of Spring Rain #A3AFA1
RGB
CMYK
RGB Variations
Color information
#A3AFA1 (or 0xA3AFA1) is known color: Spring Rain. HEX triplet: A3, AF and A1. RGB value is (163,175,161). Sum of RGB (Red+Green+Blue) = 163+175+161=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 161 (63.28% from 255 or 32.26% from 499); Max value from RGB is 175 - color contains mainly: green. Hex color #A3AFA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AFA1 is #5C505E. Grayscale: #A9A9A9. Windows color (decimal): -6049887 or 10596259. OLE color: 10596259.
HSL color Cylindrical-coordinate representation of color #A3AFA1: hue angle of 111.43º degrees, saturation: 0.08, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A3AFA1 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 175 | 161 | - |
| CMYK | 0.07 | 0 | 0.08 | 0.31 |
| HSL | 111.43º | 0.08% | 0.66% | - |
| HSV(B) | 111.43º | 0.08% | 0.69% | - |
| XYZ | 36.87 | 41.02 | 39.69 | - |
| YUV | 169.82 | 123.02 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 175 | 161 | 0.07 | 0 | 0.08 | 0.31 | 111.43 | 0.08 | 0.66 |
| Hex | A3 | AF | A1 | 7 | 0 | 8 | 1F | 6F | 8 | 42 |
| Octal | 243 | 257 | 241 | 7 | 0 | 10 | 37 | 157 | 10 | 102 |
| Binary | 10100011 | 10101111 | 10100001 | 111 | 0 | 1000 | 11111 | 1101111 | 1000 | 1000010 |
Color Harmonies of #A3AFA1
Complementary color
Monochromatic Colors of #A3AFA1
Black with #A3AFA1
Text Example
Text Example
White with #A3AFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AFA1; }
p { color: rgb(163,175,161); }
H1.HeaderClassName
{
color: #A3AFA1;
}
.AnyTagClassName
{
color: #A3AFA1;
}
</style>
background-color css
<style>
a { background-color: #A3AFA1; }
a { background-color: rgb(163,175,161); }
div.DivClassName
{
background-color: #A3AFA1;
}
.BgClassName
{
background-color: #A3AFA1;
}
</style>
border-color css
<style>
span { border-color: #A3AFA1; }
span { border-color: rgb(163,175,161); }
td.TdClassName
{
border-color: #A3AFA1;
}
.TagClassName
{
border-color: #A3AFA1;
}
</style>