Shades of Amulet #85A581
Tints of Amulet #85A581
RGB
CMYK
RGB Variations
Color information
#85A581 (or 0x85A581) is known color: Amulet. HEX triplet: 85, A5 and 81. RGB value is (133,165,129). Sum of RGB (Red+Green+Blue) = 133+165+129=427 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.15% from 427); Green value is 165 (64.84% from 255 or 38.64% from 427); Blue value is 129 (50.78% from 255 or 30.21% from 427); Max value from RGB is 165 - color contains mainly: green. Hex color #85A581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A581 is #7A5A7E. Grayscale: #979797. Windows color (decimal): -8018559 or 8496517. OLE color: 8496517.
HSL color Cylindrical-coordinate representation of color #85A581: hue angle of 113.33º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #85A581 is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 133 | 165 | 129 | - |
| CMYK | 0.19 | 0 | 0.22 | 0.35 |
| HSL | 113.33º | 0.17% | 0.58% | - |
| HSV(B) | 113.33º | 0.22% | 0.65% | - |
| XYZ | 27.09 | 33.48 | 25.8 | - |
| YUV | 151.33 | 115.4 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 165 | 129 | 0.19 | 0 | 0.22 | 0.35 | 113.33 | 0.17 | 0.58 |
| Hex | 85 | A5 | 81 | 13 | 0 | 16 | 23 | 71 | 11 | 3A |
| Octal | 205 | 245 | 201 | 23 | 0 | 26 | 43 | 161 | 21 | 72 |
| Binary | 10000101 | 10100101 | 10000001 | 10011 | 0 | 10110 | 100011 | 1110001 | 10001 | 111010 |
Color Harmonies of #85A581
Complementary color
Monochromatic Colors of #85A581
Black with #85A581
Text Example
Text Example
White with #85A581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A581; }
p { color: rgb(133,165,129); }
H1.HeaderClassName
{
color: #85A581;
}
.AnyTagClassName
{
color: #85A581;
}
</style>
background-color css
<style>
a { background-color: #85A581; }
a { background-color: rgb(133,165,129); }
div.DivClassName
{
background-color: #85A581;
}
.BgClassName
{
background-color: #85A581;
}
</style>
border-color css
<style>
span { border-color: #85A581; }
span { border-color: rgb(133,165,129); }
td.TdClassName
{
border-color: #85A581;
}
.TagClassName
{
border-color: #85A581;
}
</style>