Shades of Spring Rain #A6B2A4
Tints of Spring Rain #A6B2A4
RGB
CMYK
RGB Variations
Color information
#A6B2A4 (or 0xA6B2A4) is known color: Spring Rain. HEX triplet: A6, B2 and A4. RGB value is (166,178,164). Sum of RGB (Red+Green+Blue) = 166+178+164=508 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.68% from 508); Green value is 178 (69.92% from 255 or 35.04% from 508); Blue value is 164 (64.45% from 255 or 32.28% from 508); Max value from RGB is 178 - color contains mainly: green. Hex color #A6B2A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6B2A4 is #594D5B. Grayscale: #ACACAC. Windows color (decimal): -5852508 or 10793638. OLE color: 10793638.
HSL color Cylindrical-coordinate representation of color #A6B2A4: hue angle of 111.43º degrees, saturation: 0.08, 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 #A6B2A4 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 178 | 164 | - |
| CMYK | 0.07 | 0 | 0.08 | 0.30 |
| HSL | 111.43º | 0.08% | 0.67% | - |
| HSV(B) | 111.43º | 0.08% | 0.7% | - |
| XYZ | 38.35 | 42.63 | 41.33 | - |
| YUV | 172.82 | 123.02 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 178 | 164 | 0.07 | 0 | 0.08 | 0.30 | 111.43 | 0.08 | 0.67 |
| Hex | A6 | B2 | A4 | 7 | 0 | 8 | 1E | 6F | 8 | 43 |
| Octal | 246 | 262 | 244 | 7 | 0 | 10 | 36 | 157 | 10 | 103 |
| Binary | 10100110 | 10110010 | 10100100 | 111 | 0 | 1000 | 11110 | 1101111 | 1000 | 1000011 |
Color Harmonies of #A6B2A4
Complementary color
Monochromatic Colors of #A6B2A4
Black with #A6B2A4
Text Example
Text Example
White with #A6B2A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B2A4; }
p { color: rgb(166,178,164); }
H1.HeaderClassName
{
color: #A6B2A4;
}
.AnyTagClassName
{
color: #A6B2A4;
}
</style>
background-color css
<style>
a { background-color: #A6B2A4; }
a { background-color: rgb(166,178,164); }
div.DivClassName
{
background-color: #A6B2A4;
}
.BgClassName
{
background-color: #A6B2A4;
}
</style>
border-color css
<style>
span { border-color: #A6B2A4; }
span { border-color: rgb(166,178,164); }
td.TdClassName
{
border-color: #A6B2A4;
}
.TagClassName
{
border-color: #A6B2A4;
}
</style>