Shades of Asparagus #85A46C
Tints of Asparagus #85A46C
RGB
CMYK
RGB Variations
Color information
#85A46C (or 0x85A46C) is known color: Asparagus. HEX triplet: 85, A4 and 6C. RGB value is (133,164,108). Sum of RGB (Red+Green+Blue) = 133+164+108=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 164 (64.45% from 255 or 40.49% from 405); Blue value is 108 (42.58% from 255 or 26.67% from 405); Max value from RGB is 164 - color contains mainly: green. Hex color #85A46C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A46C is #7A5B93. Grayscale: #949494. Windows color (decimal): -8018836 or 7120005. OLE color: 7120005.
HSL color Cylindrical-coordinate representation of color #85A46C: hue angle of 93.21º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85A46C is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 164 | 108 | - |
| CMYK | 0.19 | 0 | 0.34 | 0.36 |
| HSL | 93.21º | 0.24% | 0.53% | - |
| HSV(B) | 93.21º | 0.34% | 0.64% | - |
| XYZ | 25.66 | 32.62 | 19.13 | - |
| YUV | 148.35 | 105.23 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 164 | 108 | 0.19 | 0 | 0.34 | 0.36 | 93.21 | 0.24 | 0.53 |
| Hex | 85 | A4 | 6C | 13 | 0 | 22 | 24 | 5D | 18 | 35 |
| Octal | 205 | 244 | 154 | 23 | 0 | 42 | 44 | 135 | 30 | 65 |
| Binary | 10000101 | 10100100 | 1101100 | 10011 | 0 | 100010 | 100100 | 1011101 | 11000 | 110101 |
Color Harmonies of #85A46C
Complementary color
Monochromatic Colors of #85A46C
Black with #85A46C
Text Example
Text Example
White with #85A46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A46C; }
p { color: rgb(133,164,108); }
H1.HeaderClassName
{
color: #85A46C;
}
.AnyTagClassName
{
color: #85A46C;
}
</style>
background-color css
<style>
a { background-color: #85A46C; }
a { background-color: rgb(133,164,108); }
div.DivClassName
{
background-color: #85A46C;
}
.BgClassName
{
background-color: #85A46C;
}
</style>
border-color css
<style>
span { border-color: #85A46C; }
span { border-color: rgb(133,164,108); }
td.TdClassName
{
border-color: #85A46C;
}
.TagClassName
{
border-color: #85A46C;
}
</style>