Shades of Spring Rain #A6B8A5
Tints of Spring Rain #A6B8A5
RGB
CMYK
RGB Variations
Color information
#A6B8A5 (or 0xA6B8A5) is known color: Spring Rain. HEX triplet: A6, B8 and A5. RGB value is (166,184,165). Sum of RGB (Red+Green+Blue) = 166+184+165=515 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.23% from 515); Green value is 184 (72.27% from 255 or 35.73% from 515); Blue value is 165 (64.84% from 255 or 32.04% from 515); Max value from RGB is 184 - color contains mainly: green. Hex color #A6B8A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B8A5 is #59475A. Grayscale: #B0B0B0. Windows color (decimal): -5850971 or 10860710. OLE color: 10860710.
HSL color Cylindrical-coordinate representation of color #A6B8A5: hue angle of 116.84º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A6B8A5 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 184 | 165 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.28 |
| HSL | 116.84º | 0.12% | 0.68% | - |
| HSV(B) | 116.84º | 0.1% | 0.72% | - |
| XYZ | 39.66 | 45.1 | 42.21 | - |
| YUV | 176.45 | 121.54 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 184 | 165 | 0.10 | 0 | 0.10 | 0.28 | 116.84 | 0.12 | 0.68 |
| Hex | A6 | B8 | A5 | A | 0 | A | 1C | 75 | C | 44 |
| Octal | 246 | 270 | 245 | 12 | 0 | 12 | 34 | 165 | 14 | 104 |
| Binary | 10100110 | 10111000 | 10100101 | 1010 | 0 | 1010 | 11100 | 1110101 | 1100 | 1000100 |
Color Harmonies of #A6B8A5
Complementary color
Monochromatic Colors of #A6B8A5
Black with #A6B8A5
Text Example
Text Example
White with #A6B8A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B8A5; }
p { color: rgb(166,184,165); }
H1.HeaderClassName
{
color: #A6B8A5;
}
.AnyTagClassName
{
color: #A6B8A5;
}
</style>
background-color css
<style>
a { background-color: #A6B8A5; }
a { background-color: rgb(166,184,165); }
div.DivClassName
{
background-color: #A6B8A5;
}
.BgClassName
{
background-color: #A6B8A5;
}
</style>
border-color css
<style>
span { border-color: #A6B8A5; }
span { border-color: rgb(166,184,165); }
td.TdClassName
{
border-color: #A6B8A5;
}
.TagClassName
{
border-color: #A6B8A5;
}
</style>