Shades of Spring Rain #A3AF9E
Tints of Spring Rain #A3AF9E
RGB
CMYK
RGB Variations
Color information
#A3AF9E (or 0xA3AF9E) is known color: Spring Rain. HEX triplet: A3, AF and 9E. RGB value is (163,175,158). Sum of RGB (Red+Green+Blue) = 163+175+158=496 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.86% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 158 (62.11% from 255 or 31.85% from 496); Max value from RGB is 175 - color contains mainly: green. Hex color #A3AF9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AF9E is #5C5061. Grayscale: #A9A9A9. Windows color (decimal): -6049890 or 10399651. OLE color: 10399651.
HSL color Cylindrical-coordinate representation of color #A3AF9E: hue angle of 102.35º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A3AF9E is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 175 | 158 | - |
| CMYK | 0.07 | 0 | 0.10 | 0.31 |
| HSL | 102.35º | 0.1% | 0.65% | - |
| HSV(B) | 102.35º | 0.1% | 0.69% | - |
| XYZ | 36.61 | 40.92 | 38.32 | - |
| YUV | 169.47 | 121.52 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 175 | 158 | 0.07 | 0 | 0.10 | 0.31 | 102.35 | 0.1 | 0.65 |
| Hex | A3 | AF | 9E | 7 | 0 | A | 1F | 66 | A | 41 |
| Octal | 243 | 257 | 236 | 7 | 0 | 12 | 37 | 146 | 12 | 101 |
| Binary | 10100011 | 10101111 | 10011110 | 111 | 0 | 1010 | 11111 | 1100110 | 1010 | 1000001 |
Color Harmonies of #A3AF9E
Complementary color
Monochromatic Colors of #A3AF9E
Black with #A3AF9E
Text Example
Text Example
White with #A3AF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AF9E; }
p { color: rgb(163,175,158); }
H1.HeaderClassName
{
color: #A3AF9E;
}
.AnyTagClassName
{
color: #A3AF9E;
}
</style>
background-color css
<style>
a { background-color: #A3AF9E; }
a { background-color: rgb(163,175,158); }
div.DivClassName
{
background-color: #A3AF9E;
}
.BgClassName
{
background-color: #A3AF9E;
}
</style>
border-color css
<style>
span { border-color: #A3AF9E; }
span { border-color: rgb(163,175,158); }
td.TdClassName
{
border-color: #A3AF9E;
}
.TagClassName
{
border-color: #A3AF9E;
}
</style>