Shades of Spring Rain #A2AE9F
Tints of Spring Rain #A2AE9F
RGB
CMYK
RGB Variations
Color information
#A2AE9F (or 0xA2AE9F) is known color: Spring Rain. HEX triplet: A2, AE and 9F. RGB value is (162,174,159). Sum of RGB (Red+Green+Blue) = 162+174+159=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 174 (68.36% from 255 or 35.15% from 495); Blue value is 159 (62.5% from 255 or 32.12% from 495); Max value from RGB is 174 - color contains mainly: green. Hex color #A2AE9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AE9F is #5D5160. Grayscale: #A8A8A8. Windows color (decimal): -6115681 or 10464930. OLE color: 10464930.
HSL color Cylindrical-coordinate representation of color #A2AE9F: hue angle of 108º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A2AE9F is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
RGB | 162 | 174 | 159 | - |
CMYK | 0.07 | 0 | 0.09 | 0.32 |
HSL | 108º | 0.08% | 0.65% | - |
HSV(B) | 108º | 0.09% | 0.68% | - |
XYZ | 36.29 | 40.46 | 38.7 | - |
YUV | 168.7 | 122.52 | 123.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 174 | 159 | 0.07 | 0 | 0.09 | 0.32 | 108 | 0.08 | 0.65 |
Hex | A2 | AE | 9F | 7 | 0 | 9 | 20 | 6C | 8 | 41 |
Octal | 242 | 256 | 237 | 7 | 0 | 11 | 40 | 154 | 10 | 101 |
Binary | 10100010 | 10101110 | 10011111 | 111 | 0 | 1001 | 100000 | 1101100 | 1000 | 1000001 |
Color Harmonies of #A2AE9F
Complementary color
Monochromatic Colors of #A2AE9F
Black with #A2AE9F
Text Example
Text Example
White with #A2AE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AE9F; }
p { color: rgb(162,174,159); }
H1.HeaderClassName
{
color: #A2AE9F;
}
.AnyTagClassName
{
color: #A2AE9F;
}
</style>
background-color css
<style>
a { background-color: #A2AE9F; }
a { background-color: rgb(162,174,159); }
div.DivClassName
{
background-color: #A2AE9F;
}
.BgClassName
{
background-color: #A2AE9F;
}
</style>
border-color css
<style>
span { border-color: #A2AE9F; }
span { border-color: rgb(162,174,159); }
td.TdClassName
{
border-color: #A2AE9F;
}
.TagClassName
{
border-color: #A2AE9F;
}
</style>