Shades of Rich Gold #A44E0E
Tints of Rich Gold #A44E0E
RGB
CMYK
RGB Variations
Color information
#A44E0E (or 0xA44E0E) is known color: Rich Gold. HEX triplet: A4, 4E and 0E. RGB value is (164,78,14). Sum of RGB (Red+Green+Blue) = 164+78+14=256 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.06% from 256); Green value is 78 (30.86% from 255 or 30.47% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A44E0E is #5BB1F1. Grayscale: #606060. Windows color (decimal): -6009330 or 937636. OLE color: 937636.
HSL color Cylindrical-coordinate representation of color #A44E0E: hue angle of 25.6º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A44E0E is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 78 | 14 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.36 |
| HSL | 25.6º | 0.84% | 0.35% | - |
| HSV(B) | 25.6º | 0.91% | 0.64% | - |
| XYZ | 18.11 | 13.37 | 2.04 | - |
| YUV | 96.42 | 81.49 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 78 | 14 | 0 | 0.52 | 0.91 | 0.36 | 25.6 | 0.84 | 0.35 |
| Hex | A4 | 4E | E | 0 | 34 | 5B | 24 | 1A | 54 | 23 |
| Octal | 244 | 116 | 16 | 0 | 64 | 133 | 44 | 32 | 124 | 43 |
| Binary | 10100100 | 1001110 | 1110 | 0 | 110100 | 1011011 | 100100 | 11010 | 1010100 | 100011 |
Color Harmonies of #A44E0E
Complementary color
Monochromatic Colors of #A44E0E
Black with #A44E0E
Text Example
Text Example
White with #A44E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44E0E; }
p { color: rgb(164,78,14); }
H1.HeaderClassName
{
color: #A44E0E;
}
.AnyTagClassName
{
color: #A44E0E;
}
</style>
background-color css
<style>
a { background-color: #A44E0E; }
a { background-color: rgb(164,78,14); }
div.DivClassName
{
background-color: #A44E0E;
}
.BgClassName
{
background-color: #A44E0E;
}
</style>
border-color css
<style>
span { border-color: #A44E0E; }
span { border-color: rgb(164,78,14); }
td.TdClassName
{
border-color: #A44E0E;
}
.TagClassName
{
border-color: #A44E0E;
}
</style>