Shades of Amulet #85A27B
Tints of Amulet #85A27B
RGB
CMYK
RGB Variations
Color information
#85A27B (or 0x85A27B) is known color: Amulet. HEX triplet: 85, A2 and 7B. RGB value is (133,162,123). Sum of RGB (Red+Green+Blue) = 133+162+123=418 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.82% from 418); Green value is 162 (63.67% from 255 or 38.76% from 418); Blue value is 123 (48.44% from 255 or 29.43% from 418); Max value from RGB is 162 - color contains mainly: green. Hex color #85A27B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A27B is #7A5D84. Grayscale: #959595. Windows color (decimal): -8019333 or 8102533. OLE color: 8102533.
HSL color Cylindrical-coordinate representation of color #85A27B: hue angle of 104.62º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #85A27B is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 162 | 123 | - |
| CMYK | 0.18 | 0 | 0.24 | 0.36 |
| HSL | 104.62º | 0.17% | 0.56% | - |
| HSV(B) | 104.62º | 0.24% | 0.64% | - |
| XYZ | 26.17 | 32.26 | 23.59 | - |
| YUV | 148.88 | 113.39 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 162 | 123 | 0.18 | 0 | 0.24 | 0.36 | 104.62 | 0.17 | 0.56 |
| Hex | 85 | A2 | 7B | 12 | 0 | 18 | 24 | 69 | 11 | 38 |
| Octal | 205 | 242 | 173 | 22 | 0 | 30 | 44 | 151 | 21 | 70 |
| Binary | 10000101 | 10100010 | 1111011 | 10010 | 0 | 11000 | 100100 | 1101001 | 10001 | 111000 |
Color Harmonies of #85A27B
Complementary color
Monochromatic Colors of #85A27B
Black with #85A27B
Text Example
Text Example
White with #85A27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A27B; }
p { color: rgb(133,162,123); }
H1.HeaderClassName
{
color: #85A27B;
}
.AnyTagClassName
{
color: #85A27B;
}
</style>
background-color css
<style>
a { background-color: #85A27B; }
a { background-color: rgb(133,162,123); }
div.DivClassName
{
background-color: #85A27B;
}
.BgClassName
{
background-color: #85A27B;
}
</style>
border-color css
<style>
span { border-color: #85A27B; }
span { border-color: rgb(133,162,123); }
td.TdClassName
{
border-color: #85A27B;
}
.TagClassName
{
border-color: #85A27B;
}
</style>