Shades of Amulet #85A572
Tints of Amulet #85A572
RGB
CMYK
RGB Variations
Color information
#85A572 (or 0x85A572) is known color: Amulet. HEX triplet: 85, A5 and 72. RGB value is (133,165,114). Sum of RGB (Red+Green+Blue) = 133+165+114=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 165 (64.84% from 255 or 40.05% from 412); Blue value is 114 (44.92% from 255 or 27.67% from 412); Max value from RGB is 165 - color contains mainly: green. Hex color #85A572 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A572 is #7A5A8D. Grayscale: #959595. Windows color (decimal): -8018574 or 7513477. OLE color: 7513477.
HSL color Cylindrical-coordinate representation of color #85A572: hue angle of 97.65º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85A572 is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 133 | 165 | 114 | - |
| CMYK | 0.19 | 0 | 0.31 | 0.35 |
| HSL | 97.65º | 0.22% | 0.55% | - |
| HSV(B) | 97.65º | 0.31% | 0.65% | - |
| XYZ | 26.17 | 33.11 | 20.93 | - |
| YUV | 149.62 | 107.9 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 165 | 114 | 0.19 | 0 | 0.31 | 0.35 | 97.65 | 0.22 | 0.55 |
| Hex | 85 | A5 | 72 | 13 | 0 | 1F | 23 | 62 | 16 | 37 |
| Octal | 205 | 245 | 162 | 23 | 0 | 37 | 43 | 142 | 26 | 67 |
| Binary | 10000101 | 10100101 | 1110010 | 10011 | 0 | 11111 | 100011 | 1100010 | 10110 | 110111 |
Color Harmonies of #85A572
Complementary color
Monochromatic Colors of #85A572
Black with #85A572
Text Example
Text Example
White with #85A572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A572; }
p { color: rgb(133,165,114); }
H1.HeaderClassName
{
color: #85A572;
}
.AnyTagClassName
{
color: #85A572;
}
</style>
background-color css
<style>
a { background-color: #85A572; }
a { background-color: rgb(133,165,114); }
div.DivClassName
{
background-color: #85A572;
}
.BgClassName
{
background-color: #85A572;
}
</style>
border-color css
<style>
span { border-color: #85A572; }
span { border-color: rgb(133,165,114); }
td.TdClassName
{
border-color: #85A572;
}
.TagClassName
{
border-color: #85A572;
}
</style>