Shades of Spring Rain #A6B2A3
Tints of Spring Rain #A6B2A3
RGB
CMYK
RGB Variations
Color information
#A6B2A3 (or 0xA6B2A3) is known color: Spring Rain. HEX triplet: A6, B2 and A3. RGB value is (166,178,163). Sum of RGB (Red+Green+Blue) = 166+178+163=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 163 (64.06% from 255 or 32.15% from 507); Max value from RGB is 178 - color contains mainly: green. Hex color #A6B2A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6B2A3 is #594D5C. Grayscale: #ACACAC. Windows color (decimal): -5852509 or 10728102. OLE color: 10728102.
HSL color Cylindrical-coordinate representation of color #A6B2A3: hue angle of 108º degrees, saturation: 0.09, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A6B2A3 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 178 | 163 | - |
| CMYK | 0.07 | 0 | 0.08 | 0.30 |
| HSL | 108º | 0.09% | 0.67% | - |
| HSV(B) | 108º | 0.08% | 0.7% | - |
| XYZ | 38.26 | 42.59 | 40.86 | - |
| YUV | 172.7 | 122.52 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 178 | 163 | 0.07 | 0 | 0.08 | 0.30 | 108 | 0.09 | 0.67 |
| Hex | A6 | B2 | A3 | 7 | 0 | 8 | 1E | 6C | 9 | 43 |
| Octal | 246 | 262 | 243 | 7 | 0 | 10 | 36 | 154 | 11 | 103 |
| Binary | 10100110 | 10110010 | 10100011 | 111 | 0 | 1000 | 11110 | 1101100 | 1001 | 1000011 |
Color Harmonies of #A6B2A3
Complementary color
Monochromatic Colors of #A6B2A3
Black with #A6B2A3
Text Example
Text Example
White with #A6B2A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B2A3; }
p { color: rgb(166,178,163); }
H1.HeaderClassName
{
color: #A6B2A3;
}
.AnyTagClassName
{
color: #A6B2A3;
}
</style>
background-color css
<style>
a { background-color: #A6B2A3; }
a { background-color: rgb(166,178,163); }
div.DivClassName
{
background-color: #A6B2A3;
}
.BgClassName
{
background-color: #A6B2A3;
}
</style>
border-color css
<style>
span { border-color: #A6B2A3; }
span { border-color: rgb(166,178,163); }
td.TdClassName
{
border-color: #A6B2A3;
}
.TagClassName
{
border-color: #A6B2A3;
}
</style>