Shades of Amulet #85A07B
Tints of Amulet #85A07B
RGB
CMYK
RGB Variations
Color information
#85A07B (or 0x85A07B) is known color: Amulet. HEX triplet: 85, A0 and 7B. RGB value is (133,160,123). Sum of RGB (Red+Green+Blue) = 133+160+123=416 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.97% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 160 - color contains mainly: green. Hex color #85A07B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A07B is #7A5F84. Grayscale: #939393. Windows color (decimal): -8019845 or 8102021. OLE color: 8102021.
HSL color Cylindrical-coordinate representation of color #85A07B: hue angle of 103.78º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #85A07B is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 133 | 160 | 123 | - |
| CMYK | 0.17 | 0 | 0.23 | 0.37 |
| HSL | 103.78º | 0.16% | 0.55% | - |
| HSV(B) | 103.78º | 0.23% | 0.63% | - |
| XYZ | 25.82 | 31.56 | 23.47 | - |
| YUV | 147.71 | 114.05 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 160 | 123 | 0.17 | 0 | 0.23 | 0.37 | 103.78 | 0.16 | 0.55 |
| Hex | 85 | A0 | 7B | 11 | 0 | 17 | 25 | 68 | 10 | 37 |
| Octal | 205 | 240 | 173 | 21 | 0 | 27 | 45 | 150 | 20 | 67 |
| Binary | 10000101 | 10100000 | 1111011 | 10001 | 0 | 10111 | 100101 | 1101000 | 10000 | 110111 |
Color Harmonies of #85A07B
Complementary color
Monochromatic Colors of #85A07B
Black with #85A07B
Text Example
Text Example
White with #85A07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A07B; }
p { color: rgb(133,160,123); }
H1.HeaderClassName
{
color: #85A07B;
}
.AnyTagClassName
{
color: #85A07B;
}
</style>
background-color css
<style>
a { background-color: #85A07B; }
a { background-color: rgb(133,160,123); }
div.DivClassName
{
background-color: #85A07B;
}
.BgClassName
{
background-color: #85A07B;
}
</style>
border-color css
<style>
span { border-color: #85A07B; }
span { border-color: rgb(133,160,123); }
td.TdClassName
{
border-color: #85A07B;
}
.TagClassName
{
border-color: #85A07B;
}
</style>