Shades of Spring Rain #A8AFA6
Tints of Spring Rain #A8AFA6
RGB
CMYK
RGB Variations
Color information
#A8AFA6 (or 0xA8AFA6) is known color: Spring Rain. HEX triplet: A8, AF and A6. RGB value is (168,175,166). Sum of RGB (Red+Green+Blue) = 168+175+166=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 166 (65.23% from 255 or 32.61% from 509); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AFA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AFA6 is #575059. Grayscale: #ABABAB. Windows color (decimal): -5722202 or 10923944. OLE color: 10923944.
HSL color Cylindrical-coordinate representation of color #A8AFA6: hue angle of 106.67º degrees, saturation: 0.05, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A8AFA6 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 175 | 166 | - |
| CMYK | 0.04 | 0 | 0.05 | 0.31 |
| HSL | 106.67º | 0.05% | 0.67% | - |
| HSV(B) | 106.67º | 0.05% | 0.69% | - |
| XYZ | 38.36 | 41.74 | 42.11 | - |
| YUV | 171.88 | 124.68 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 166 | 0.04 | 0 | 0.05 | 0.31 | 106.67 | 0.05 | 0.67 |
| Hex | A8 | AF | A6 | 4 | 0 | 5 | 1F | 6B | 5 | 43 |
| Octal | 250 | 257 | 246 | 4 | 0 | 5 | 37 | 153 | 5 | 103 |
| Binary | 10101000 | 10101111 | 10100110 | 100 | 0 | 101 | 11111 | 1101011 | 101 | 1000011 |
Color Harmonies of #A8AFA6
Complementary color
Monochromatic Colors of #A8AFA6
Black with #A8AFA6
Text Example
Text Example
White with #A8AFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AFA6; }
p { color: rgb(168,175,166); }
H1.HeaderClassName
{
color: #A8AFA6;
}
.AnyTagClassName
{
color: #A8AFA6;
}
</style>
background-color css
<style>
a { background-color: #A8AFA6; }
a { background-color: rgb(168,175,166); }
div.DivClassName
{
background-color: #A8AFA6;
}
.BgClassName
{
background-color: #A8AFA6;
}
</style>
border-color css
<style>
span { border-color: #A8AFA6; }
span { border-color: rgb(168,175,166); }
td.TdClassName
{
border-color: #A8AFA6;
}
.TagClassName
{
border-color: #A8AFA6;
}
</style>