Shades of Spring Rain #A6B8A6
Tints of Spring Rain #A6B8A6
RGB
CMYK
RGB Variations
Color information
#A6B8A6 (or 0xA6B8A6) is known color: Spring Rain. HEX triplet: A6, B8 and A6. RGB value is (166,184,166). Sum of RGB (Red+Green+Blue) = 166+184+166=516 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.17% from 516); Green value is 184 (72.27% from 255 or 35.66% from 516); Blue value is 166 (65.23% from 255 or 32.17% from 516); Max value from RGB is 184 - color contains mainly: green. Hex color #A6B8A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B8A6 is #594759. Grayscale: #B0B0B0. Windows color (decimal): -5850970 or 10926246. OLE color: 10926246.
HSL color Cylindrical-coordinate representation of color #A6B8A6: hue angle of 120º degrees, saturation: 0.11, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A6B8A6 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 184 | 166 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.28 |
| HSL | 120º | 0.11% | 0.69% | - |
| HSV(B) | 120º | 0.1% | 0.72% | - |
| XYZ | 39.75 | 45.14 | 42.69 | - |
| YUV | 176.57 | 122.04 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 184 | 166 | 0.10 | 0 | 0.10 | 0.28 | 120 | 0.11 | 0.69 |
| Hex | A6 | B8 | A6 | A | 0 | A | 1C | 78 | B | 45 |
| Octal | 246 | 270 | 246 | 12 | 0 | 12 | 34 | 170 | 13 | 105 |
| Binary | 10100110 | 10111000 | 10100110 | 1010 | 0 | 1010 | 11100 | 1111000 | 1011 | 1000101 |
Color Harmonies of #A6B8A6
Complementary color
Monochromatic Colors of #A6B8A6
Black with #A6B8A6
Text Example
Text Example
White with #A6B8A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B8A6; }
p { color: rgb(166,184,166); }
H1.HeaderClassName
{
color: #A6B8A6;
}
.AnyTagClassName
{
color: #A6B8A6;
}
</style>
background-color css
<style>
a { background-color: #A6B8A6; }
a { background-color: rgb(166,184,166); }
div.DivClassName
{
background-color: #A6B8A6;
}
.BgClassName
{
background-color: #A6B8A6;
}
</style>
border-color css
<style>
span { border-color: #A6B8A6; }
span { border-color: rgb(166,184,166); }
td.TdClassName
{
border-color: #A6B8A6;
}
.TagClassName
{
border-color: #A6B8A6;
}
</style>