Shades of Spring Rain #A6B99B
Tints of Spring Rain #A6B99B
RGB
CMYK
RGB Variations
Color information
#A6B99B (or 0xA6B99B) is known color: Spring Rain. HEX triplet: A6, B9 and 9B. RGB value is (166,185,155). Sum of RGB (Red+Green+Blue) = 166+185+155=506 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.81% from 506); Green value is 185 (72.66% from 255 or 36.56% from 506); Blue value is 155 (60.94% from 255 or 30.63% from 506); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B99B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B99B is #594664. Grayscale: #B0B0B0. Windows color (decimal): -5850725 or 10205606. OLE color: 10205606.
HSL color Cylindrical-coordinate representation of color #A6B99B: hue angle of 98º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A6B99B is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 185 | 155 | - |
| CMYK | 0.10 | 0 | 0.16 | 0.27 |
| HSL | 98º | 0.18% | 0.67% | - |
| HSV(B) | 98º | 0.16% | 0.73% | - |
| XYZ | 38.99 | 45.17 | 37.67 | - |
| YUV | 175.9 | 116.21 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 185 | 155 | 0.10 | 0 | 0.16 | 0.27 | 98 | 0.18 | 0.67 |
| Hex | A6 | B9 | 9B | A | 0 | 10 | 1B | 62 | 12 | 43 |
| Octal | 246 | 271 | 233 | 12 | 0 | 20 | 33 | 142 | 22 | 103 |
| Binary | 10100110 | 10111001 | 10011011 | 1010 | 0 | 10000 | 11011 | 1100010 | 10010 | 1000011 |
Color Harmonies of #A6B99B
Complementary color
Monochromatic Colors of #A6B99B
Black with #A6B99B
Text Example
Text Example
White with #A6B99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B99B; }
p { color: rgb(166,185,155); }
H1.HeaderClassName
{
color: #A6B99B;
}
.AnyTagClassName
{
color: #A6B99B;
}
</style>
background-color css
<style>
a { background-color: #A6B99B; }
a { background-color: rgb(166,185,155); }
div.DivClassName
{
background-color: #A6B99B;
}
.BgClassName
{
background-color: #A6B99B;
}
</style>
border-color css
<style>
span { border-color: #A6B99B; }
span { border-color: rgb(166,185,155); }
td.TdClassName
{
border-color: #A6B99B;
}
.TagClassName
{
border-color: #A6B99B;
}
</style>