Shades of Rich Gold #A44A1E
Tints of Rich Gold #A44A1E
RGB
CMYK
RGB Variations
Color information
#A44A1E (or 0xA44A1E) is known color: Rich Gold. HEX triplet: A4, 4A and 1E. RGB value is (164,74,30). Sum of RGB (Red+Green+Blue) = 164+74+30=268 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.19% from 268); Green value is 74 (29.30% from 255 or 27.61% from 268); Blue value is 30 (12.11% from 255 or 11.19% from 268); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44A1E is #5BB5E1. Grayscale: #606060. Windows color (decimal): -6010338 or 1985188. OLE color: 1985188.
HSL color Cylindrical-coordinate representation of color #A44A1E: hue angle of 19.7º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A44A1E is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 74 | 30 | - |
| CMYK | 0 | 0.55 | 0.82 | 0.36 |
| HSL | 19.7º | 0.69% | 0.38% | - |
| HSV(B) | 19.7º | 0.82% | 0.64% | - |
| XYZ | 17.99 | 12.88 | 2.77 | - |
| YUV | 95.89 | 90.82 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 74 | 30 | 0 | 0.55 | 0.82 | 0.36 | 19.7 | 0.69 | 0.38 |
| Hex | A4 | 4A | 1E | 0 | 37 | 52 | 24 | 14 | 45 | 26 |
| Octal | 244 | 112 | 36 | 0 | 67 | 122 | 44 | 24 | 105 | 46 |
| Binary | 10100100 | 1001010 | 11110 | 0 | 110111 | 1010010 | 100100 | 10100 | 1000101 | 100110 |
Color Harmonies of #A44A1E
Complementary color
Monochromatic Colors of #A44A1E
Black with #A44A1E
Text Example
Text Example
White with #A44A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44A1E; }
p { color: rgb(164,74,30); }
H1.HeaderClassName
{
color: #A44A1E;
}
.AnyTagClassName
{
color: #A44A1E;
}
</style>
background-color css
<style>
a { background-color: #A44A1E; }
a { background-color: rgb(164,74,30); }
div.DivClassName
{
background-color: #A44A1E;
}
.BgClassName
{
background-color: #A44A1E;
}
</style>
border-color css
<style>
span { border-color: #A44A1E; }
span { border-color: rgb(164,74,30); }
td.TdClassName
{
border-color: #A44A1E;
}
.TagClassName
{
border-color: #A44A1E;
}
</style>