Shades of Spring Rain #A8B69F
Tints of Spring Rain #A8B69F
RGB
CMYK
RGB Variations
Color information
#A8B69F (or 0xA8B69F) is known color: Spring Rain. HEX triplet: A8, B6 and 9F. RGB value is (168,182,159). Sum of RGB (Red+Green+Blue) = 168+182+159=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 182 (71.48% from 255 or 35.76% from 509); Blue value is 159 (62.5% from 255 or 31.24% from 509); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B69F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B69F is #574960. Grayscale: #AFAFAF. Windows color (decimal): -5720417 or 10466984. OLE color: 10466984.
HSL color Cylindrical-coordinate representation of color #A8B69F: hue angle of 96.52º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A8B69F is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 182 | 159 | - |
| CMYK | 0.08 | 0 | 0.13 | 0.29 |
| HSL | 96.52º | 0.14% | 0.67% | - |
| HSV(B) | 96.52º | 0.13% | 0.71% | - |
| XYZ | 39.13 | 44.28 | 39.29 | - |
| YUV | 175.19 | 118.86 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 182 | 159 | 0.08 | 0 | 0.13 | 0.29 | 96.52 | 0.14 | 0.67 |
| Hex | A8 | B6 | 9F | 8 | 0 | D | 1D | 61 | E | 43 |
| Octal | 250 | 266 | 237 | 10 | 0 | 15 | 35 | 141 | 16 | 103 |
| Binary | 10101000 | 10110110 | 10011111 | 1000 | 0 | 1101 | 11101 | 1100001 | 1110 | 1000011 |
Color Harmonies of #A8B69F
Complementary color
Monochromatic Colors of #A8B69F
Black with #A8B69F
Text Example
Text Example
White with #A8B69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B69F; }
p { color: rgb(168,182,159); }
H1.HeaderClassName
{
color: #A8B69F;
}
.AnyTagClassName
{
color: #A8B69F;
}
</style>
background-color css
<style>
a { background-color: #A8B69F; }
a { background-color: rgb(168,182,159); }
div.DivClassName
{
background-color: #A8B69F;
}
.BgClassName
{
background-color: #A8B69F;
}
</style>
border-color css
<style>
span { border-color: #A8B69F; }
span { border-color: rgb(168,182,159); }
td.TdClassName
{
border-color: #A8B69F;
}
.TagClassName
{
border-color: #A8B69F;
}
</style>