Shades of Spring Rain #A6B5A6
Tints of Spring Rain #A6B5A6
RGB
CMYK
RGB Variations
Color information
#A6B5A6 (or 0xA6B5A6) is known color: Spring Rain. HEX triplet: A6, B5 and A6. RGB value is (166,181,166). Sum of RGB (Red+Green+Blue) = 166+181+166=513 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.36% from 513); Green value is 181 (71.09% from 255 or 35.28% from 513); Blue value is 166 (65.23% from 255 or 32.36% from 513); Max value from RGB is 181 - color contains mainly: green. Hex color #A6B5A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B5A6 is #594A59. Grayscale: #AEAEAE. Windows color (decimal): -5851738 or 10925478. OLE color: 10925478.
HSL color Cylindrical-coordinate representation of color #A6B5A6: hue angle of 120º degrees, saturation: 0.09, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A6B5A6 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
RGB | 166 | 181 | 166 | - |
CMYK | 0.08 | 0 | 0.08 | 0.29 |
HSL | 120º | 0.09% | 0.68% | - |
HSV(B) | 120º | 0.08% | 0.71% | - |
XYZ | 39.13 | 43.91 | 42.49 | - |
YUV | 174.81 | 123.03 | 121.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 166 | 181 | 166 | 0.08 | 0 | 0.08 | 0.29 | 120 | 0.09 | 0.68 |
Hex | A6 | B5 | A6 | 8 | 0 | 8 | 1D | 78 | 9 | 44 |
Octal | 246 | 265 | 246 | 10 | 0 | 10 | 35 | 170 | 11 | 104 |
Binary | 10100110 | 10110101 | 10100110 | 1000 | 0 | 1000 | 11101 | 1111000 | 1001 | 1000100 |
Color Harmonies of #A6B5A6
Complementary color
Monochromatic Colors of #A6B5A6
Black with #A6B5A6
Text Example
Text Example
White with #A6B5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B5A6; }
p { color: rgb(166,181,166); }
H1.HeaderClassName
{
color: #A6B5A6;
}
.AnyTagClassName
{
color: #A6B5A6;
}
</style>
background-color css
<style>
a { background-color: #A6B5A6; }
a { background-color: rgb(166,181,166); }
div.DivClassName
{
background-color: #A6B5A6;
}
.BgClassName
{
background-color: #A6B5A6;
}
</style>
border-color css
<style>
span { border-color: #A6B5A6; }
span { border-color: rgb(166,181,166); }
td.TdClassName
{
border-color: #A6B5A6;
}
.TagClassName
{
border-color: #A6B5A6;
}
</style>