Shades of Spring Rain #A6B8A3
Tints of Spring Rain #A6B8A3
RGB
CMYK
RGB Variations
Color information
#A6B8A3 (or 0xA6B8A3) is known color: Spring Rain. HEX triplet: A6, B8 and A3. RGB value is (166,184,163). Sum of RGB (Red+Green+Blue) = 166+184+163=513 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.36% from 513); Green value is 184 (72.27% from 255 or 35.87% from 513); Blue value is 163 (64.06% from 255 or 31.77% from 513); Max value from RGB is 184 - color contains mainly: green. Hex color #A6B8A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B8A3 is #59475C. Grayscale: #B0B0B0. Windows color (decimal): -5850973 or 10729638. OLE color: 10729638.
HSL color Cylindrical-coordinate representation of color #A6B8A3: hue angle of 111.43º degrees, saturation: 0.13, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A6B8A3 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 184 | 163 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.28 |
| HSL | 111.43º | 0.13% | 0.68% | - |
| HSV(B) | 111.43º | 0.11% | 0.72% | - |
| XYZ | 39.48 | 45.03 | 41.26 | - |
| YUV | 176.22 | 120.54 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 184 | 163 | 0.10 | 0 | 0.11 | 0.28 | 111.43 | 0.13 | 0.68 |
| Hex | A6 | B8 | A3 | A | 0 | B | 1C | 6F | D | 44 |
| Octal | 246 | 270 | 243 | 12 | 0 | 13 | 34 | 157 | 15 | 104 |
| Binary | 10100110 | 10111000 | 10100011 | 1010 | 0 | 1011 | 11100 | 1101111 | 1101 | 1000100 |
Color Harmonies of #A6B8A3
Complementary color
Monochromatic Colors of #A6B8A3
Black with #A6B8A3
Text Example
Text Example
White with #A6B8A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B8A3; }
p { color: rgb(166,184,163); }
H1.HeaderClassName
{
color: #A6B8A3;
}
.AnyTagClassName
{
color: #A6B8A3;
}
</style>
background-color css
<style>
a { background-color: #A6B8A3; }
a { background-color: rgb(166,184,163); }
div.DivClassName
{
background-color: #A6B8A3;
}
.BgClassName
{
background-color: #A6B8A3;
}
</style>
border-color css
<style>
span { border-color: #A6B8A3; }
span { border-color: rgb(166,184,163); }
td.TdClassName
{
border-color: #A6B8A3;
}
.TagClassName
{
border-color: #A6B8A3;
}
</style>