Shades of Spring Rain #A2AF9D
Tints of Spring Rain #A2AF9D
RGB
CMYK
RGB Variations
Color information
#A2AF9D (or 0xA2AF9D) is known color: Spring Rain. HEX triplet: A2, AF and 9D. RGB value is (162,175,157). Sum of RGB (Red+Green+Blue) = 162+175+157=494 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.79% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 157 (61.72% from 255 or 31.78% from 494); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AF9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AF9D is #5D5062. Grayscale: #A9A9A9. Windows color (decimal): -6115427 or 10334114. OLE color: 10334114.
HSL color Cylindrical-coordinate representation of color #A2AF9D: hue angle of 103.33º 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 #A2AF9D is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 175 | 157 | - |
| CMYK | 0.07 | 0 | 0.10 | 0.31 |
| HSL | 103.33º | 0.1% | 0.65% | - |
| HSV(B) | 103.33º | 0.1% | 0.69% | - |
| XYZ | 36.32 | 40.78 | 37.85 | - |
| YUV | 169.06 | 121.19 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 175 | 157 | 0.07 | 0 | 0.10 | 0.31 | 103.33 | 0.1 | 0.65 |
| Hex | A2 | AF | 9D | 7 | 0 | A | 1F | 67 | A | 41 |
| Octal | 242 | 257 | 235 | 7 | 0 | 12 | 37 | 147 | 12 | 101 |
| Binary | 10100010 | 10101111 | 10011101 | 111 | 0 | 1010 | 11111 | 1100111 | 1010 | 1000001 |
Color Harmonies of #A2AF9D
Complementary color
Monochromatic Colors of #A2AF9D
Black with #A2AF9D
Text Example
Text Example
White with #A2AF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AF9D; }
p { color: rgb(162,175,157); }
H1.HeaderClassName
{
color: #A2AF9D;
}
.AnyTagClassName
{
color: #A2AF9D;
}
</style>
background-color css
<style>
a { background-color: #A2AF9D; }
a { background-color: rgb(162,175,157); }
div.DivClassName
{
background-color: #A2AF9D;
}
.BgClassName
{
background-color: #A2AF9D;
}
</style>
border-color css
<style>
span { border-color: #A2AF9D; }
span { border-color: rgb(162,175,157); }
td.TdClassName
{
border-color: #A2AF9D;
}
.TagClassName
{
border-color: #A2AF9D;
}
</style>