Shades of Amulet #81947A
Tints of Amulet #81947A
RGB
CMYK
RGB Variations
Color information
#81947A (or 0x81947A) is known color: Amulet. HEX triplet: 81, 94 and 7A. RGB value is (129,148,122). Sum of RGB (Red+Green+Blue) = 129+148+122=399 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.33% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 148 - color contains mainly: green. Hex color #81947A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81947A is #7E6B85. Grayscale: #8B8B8B. Windows color (decimal): -8285062 or 8033409. OLE color: 8033409.
HSL color Cylindrical-coordinate representation of color #81947A: hue angle of 103.85º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #81947A is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 129 | 148 | 122 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.42 |
| HSL | 103.85º | 0.11% | 0.53% | - |
| HSV(B) | 103.85º | 0.18% | 0.58% | - |
| XYZ | 23.16 | 27.25 | 22.45 | - |
| YUV | 139.36 | 118.21 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 148 | 122 | 0.13 | 0 | 0.18 | 0.42 | 103.85 | 0.11 | 0.53 |
| Hex | 81 | 94 | 7A | D | 0 | 12 | 2A | 68 | B | 35 |
| Octal | 201 | 224 | 172 | 15 | 0 | 22 | 52 | 150 | 13 | 65 |
| Binary | 10000001 | 10010100 | 1111010 | 1101 | 0 | 10010 | 101010 | 1101000 | 1011 | 110101 |
Color Harmonies of #81947A
Complementary color
Monochromatic Colors of #81947A
Black with #81947A
Text Example
Text Example
White with #81947A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81947A; }
p { color: rgb(129,148,122); }
H1.HeaderClassName
{
color: #81947A;
}
.AnyTagClassName
{
color: #81947A;
}
</style>
background-color css
<style>
a { background-color: #81947A; }
a { background-color: rgb(129,148,122); }
div.DivClassName
{
background-color: #81947A;
}
.BgClassName
{
background-color: #81947A;
}
</style>
border-color css
<style>
span { border-color: #81947A; }
span { border-color: rgb(129,148,122); }
td.TdClassName
{
border-color: #81947A;
}
.TagClassName
{
border-color: #81947A;
}
</style>