Shades of Rich Gold #A44A12
Tints of Rich Gold #A44A12
RGB
CMYK
RGB Variations
Color information
#A44A12 (or 0xA44A12) is known color: Rich Gold. HEX triplet: A4, 4A and 12. RGB value is (164,74,18). Sum of RGB (Red+Green+Blue) = 164+74+18=256 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.06% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44A12 is #5BB5ED. Grayscale: #5E5E5E. Windows color (decimal): -6010350 or 1198756. OLE color: 1198756.
HSL color Cylindrical-coordinate representation of color #A44A12: hue angle of 23.01º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A44A12 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 74 | 18 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.36 |
| HSL | 23.01º | 0.8% | 0.36% | - |
| HSV(B) | 23.01º | 0.89% | 0.64% | - |
| XYZ | 17.87 | 12.83 | 2.11 | - |
| YUV | 94.53 | 84.82 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 74 | 18 | 0 | 0.55 | 0.89 | 0.36 | 23.01 | 0.8 | 0.36 |
| Hex | A4 | 4A | 12 | 0 | 37 | 59 | 24 | 17 | 50 | 24 |
| Octal | 244 | 112 | 22 | 0 | 67 | 131 | 44 | 27 | 120 | 44 |
| Binary | 10100100 | 1001010 | 10010 | 0 | 110111 | 1011001 | 100100 | 10111 | 1010000 | 100100 |
Color Harmonies of #A44A12
Complementary color
Monochromatic Colors of #A44A12
Black with #A44A12
Text Example
Text Example
White with #A44A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44A12; }
p { color: rgb(164,74,18); }
H1.HeaderClassName
{
color: #A44A12;
}
.AnyTagClassName
{
color: #A44A12;
}
</style>
background-color css
<style>
a { background-color: #A44A12; }
a { background-color: rgb(164,74,18); }
div.DivClassName
{
background-color: #A44A12;
}
.BgClassName
{
background-color: #A44A12;
}
</style>
border-color css
<style>
span { border-color: #A44A12; }
span { border-color: rgb(164,74,18); }
td.TdClassName
{
border-color: #A44A12;
}
.TagClassName
{
border-color: #A44A12;
}
</style>