Shades of Rich Gold #A45412
Tints of Rich Gold #A45412
RGB
CMYK
RGB Variations
Color information
#A45412 (or 0xA45412) is known color: Rich Gold. HEX triplet: A4, 54 and 12. RGB value is (164,84,18). Sum of RGB (Red+Green+Blue) = 164+84+18=266 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.65% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 164 - color contains mainly: red. Hex color #A45412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45412 is #5BABED. Grayscale: #646464. Windows color (decimal): -6007790 or 1201316. OLE color: 1201316.
HSL color Cylindrical-coordinate representation of color #A45412: hue angle of 27.12º 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 #A45412 is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 84 | 18 | - |
| CMYK | 0 | 0.49 | 0.89 | 0.36 |
| HSL | 27.12º | 0.8% | 0.36% | - |
| HSV(B) | 27.12º | 0.89% | 0.64% | - |
| XYZ | 18.59 | 14.28 | 2.35 | - |
| YUV | 100.4 | 81.5 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 84 | 18 | 0 | 0.49 | 0.89 | 0.36 | 27.12 | 0.8 | 0.36 |
| Hex | A4 | 54 | 12 | 0 | 31 | 59 | 24 | 1B | 50 | 24 |
| Octal | 244 | 124 | 22 | 0 | 61 | 131 | 44 | 33 | 120 | 44 |
| Binary | 10100100 | 1010100 | 10010 | 0 | 110001 | 1011001 | 100100 | 11011 | 1010000 | 100100 |
Color Harmonies of #A45412
Complementary color
Monochromatic Colors of #A45412
Black with #A45412
Text Example
Text Example
White with #A45412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45412; }
p { color: rgb(164,84,18); }
H1.HeaderClassName
{
color: #A45412;
}
.AnyTagClassName
{
color: #A45412;
}
</style>
background-color css
<style>
a { background-color: #A45412; }
a { background-color: rgb(164,84,18); }
div.DivClassName
{
background-color: #A45412;
}
.BgClassName
{
background-color: #A45412;
}
</style>
border-color css
<style>
span { border-color: #A45412; }
span { border-color: rgb(164,84,18); }
td.TdClassName
{
border-color: #A45412;
}
.TagClassName
{
border-color: #A45412;
}
</style>