Shades of Spring Rain #A5AF9F
Tints of Spring Rain #A5AF9F
RGB
CMYK
RGB Variations
Color information
#A5AF9F (or 0xA5AF9F) is known color: Spring Rain. HEX triplet: A5, AF and 9F. RGB value is (165,175,159). Sum of RGB (Red+Green+Blue) = 165+175+159=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 159 (62.5% from 255 or 31.86% from 499); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AF9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AF9F is #5A5060. Grayscale: #AAAAAA. Windows color (decimal): -5918817 or 10465189. OLE color: 10465189.
HSL color Cylindrical-coordinate representation of color #A5AF9F: hue angle of 97.5º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A5AF9F is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 175 | 159 | - |
| CMYK | 0.06 | 0 | 0.09 | 0.31 |
| HSL | 97.5º | 0.09% | 0.65% | - |
| HSV(B) | 97.5º | 0.09% | 0.69% | - |
| XYZ | 37.11 | 41.16 | 38.79 | - |
| YUV | 170.19 | 121.69 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 175 | 159 | 0.06 | 0 | 0.09 | 0.31 | 97.5 | 0.09 | 0.65 |
| Hex | A5 | AF | 9F | 6 | 0 | 9 | 1F | 62 | 9 | 41 |
| Octal | 245 | 257 | 237 | 6 | 0 | 11 | 37 | 142 | 11 | 101 |
| Binary | 10100101 | 10101111 | 10011111 | 110 | 0 | 1001 | 11111 | 1100010 | 1001 | 1000001 |
Color Harmonies of #A5AF9F
Complementary color
Monochromatic Colors of #A5AF9F
Black with #A5AF9F
Text Example
Text Example
White with #A5AF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AF9F; }
p { color: rgb(165,175,159); }
H1.HeaderClassName
{
color: #A5AF9F;
}
.AnyTagClassName
{
color: #A5AF9F;
}
</style>
background-color css
<style>
a { background-color: #A5AF9F; }
a { background-color: rgb(165,175,159); }
div.DivClassName
{
background-color: #A5AF9F;
}
.BgClassName
{
background-color: #A5AF9F;
}
</style>
border-color css
<style>
span { border-color: #A5AF9F; }
span { border-color: rgb(165,175,159); }
td.TdClassName
{
border-color: #A5AF9F;
}
.TagClassName
{
border-color: #A5AF9F;
}
</style>