Shades of Rich Gold #A54E1E
Tints of Rich Gold #A54E1E
RGB
CMYK
RGB Variations
Color information
#A54E1E (or 0xA54E1E) is known color: Rich Gold. HEX triplet: A5, 4E and 1E. RGB value is (165,78,30). Sum of RGB (Red+Green+Blue) = 165+78+30=273 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.44% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 165 - color contains mainly: red. Hex color #A54E1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A54E1E is #5AB1E1. Grayscale: #626262. Windows color (decimal): -5943778 or 1986213. OLE color: 1986213.
HSL color Cylindrical-coordinate representation of color #A54E1E: hue angle of 21.33º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A54E1E is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 78 | 30 | - |
| CMYK | 0 | 0.53 | 0.82 | 0.35 |
| HSL | 21.33º | 0.69% | 0.38% | - |
| HSV(B) | 21.33º | 0.82% | 0.65% | - |
| XYZ | 18.48 | 13.54 | 2.87 | - |
| YUV | 98.54 | 89.32 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 78 | 30 | 0 | 0.53 | 0.82 | 0.35 | 21.33 | 0.69 | 0.38 |
| Hex | A5 | 4E | 1E | 0 | 35 | 52 | 23 | 15 | 45 | 26 |
| Octal | 245 | 116 | 36 | 0 | 65 | 122 | 43 | 25 | 105 | 46 |
| Binary | 10100101 | 1001110 | 11110 | 0 | 110101 | 1010010 | 100011 | 10101 | 1000101 | 100110 |
Color Harmonies of #A54E1E
Complementary color
Monochromatic Colors of #A54E1E
Black with #A54E1E
Text Example
Text Example
White with #A54E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54E1E; }
p { color: rgb(165,78,30); }
H1.HeaderClassName
{
color: #A54E1E;
}
.AnyTagClassName
{
color: #A54E1E;
}
</style>
background-color css
<style>
a { background-color: #A54E1E; }
a { background-color: rgb(165,78,30); }
div.DivClassName
{
background-color: #A54E1E;
}
.BgClassName
{
background-color: #A54E1E;
}
</style>
border-color css
<style>
span { border-color: #A54E1E; }
span { border-color: rgb(165,78,30); }
td.TdClassName
{
border-color: #A54E1E;
}
.TagClassName
{
border-color: #A54E1E;
}
</style>