Shades of Amulet #85A381
Tints of Amulet #85A381
RGB
CMYK
RGB Variations
Color information
#85A381 (or 0x85A381) is known color: Amulet. HEX triplet: 85, A3 and 81. RGB value is (133,163,129). Sum of RGB (Red+Green+Blue) = 133+163+129=425 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.29% from 425); Green value is 163 (64.06% from 255 or 38.35% from 425); Blue value is 129 (50.78% from 255 or 30.35% from 425); Max value from RGB is 163 - color contains mainly: green. Hex color #85A381 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A381 is #7A5C7E. Grayscale: #969696. Windows color (decimal): -8019071 or 8496005. OLE color: 8496005.
HSL color Cylindrical-coordinate representation of color #85A381: hue angle of 112.94º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #85A381 is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 163 | 129 | - |
| CMYK | 0.18 | 0 | 0.21 | 0.36 |
| HSL | 112.94º | 0.16% | 0.57% | - |
| HSV(B) | 112.94º | 0.21% | 0.64% | - |
| XYZ | 26.73 | 32.77 | 25.68 | - |
| YUV | 150.15 | 116.06 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 163 | 129 | 0.18 | 0 | 0.21 | 0.36 | 112.94 | 0.16 | 0.57 |
| Hex | 85 | A3 | 81 | 12 | 0 | 15 | 24 | 71 | 10 | 39 |
| Octal | 205 | 243 | 201 | 22 | 0 | 25 | 44 | 161 | 20 | 71 |
| Binary | 10000101 | 10100011 | 10000001 | 10010 | 0 | 10101 | 100100 | 1110001 | 10000 | 111001 |
Color Harmonies of #85A381
Complementary color
Monochromatic Colors of #85A381
Black with #85A381
Text Example
Text Example
White with #85A381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A381; }
p { color: rgb(133,163,129); }
H1.HeaderClassName
{
color: #85A381;
}
.AnyTagClassName
{
color: #85A381;
}
</style>
background-color css
<style>
a { background-color: #85A381; }
a { background-color: rgb(133,163,129); }
div.DivClassName
{
background-color: #85A381;
}
.BgClassName
{
background-color: #85A381;
}
</style>
border-color css
<style>
span { border-color: #85A381; }
span { border-color: rgb(133,163,129); }
td.TdClassName
{
border-color: #85A381;
}
.TagClassName
{
border-color: #85A381;
}
</style>