Shades of Rich Gold #A34D12
Tints of Rich Gold #A34D12
RGB
CMYK
RGB Variations
Color information
#A34D12 (or 0xA34D12) is known color: Rich Gold. HEX triplet: A3, 4D and 12. RGB value is (163,77,18). Sum of RGB (Red+Green+Blue) = 163+77+18=258 (34% of max value = 765). Red value is 163 (64.06% from 255 or 63.18% from 258); Green value is 77 (30.47% from 255 or 29.84% from 258); Blue value is 18 (7.42% from 255 or 6.98% from 258); Max value from RGB is 163 - color contains mainly: red. Hex color #A34D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A34D12 is #5CB2ED. Grayscale: #606060. Windows color (decimal): -6075118 or 1199523. OLE color: 1199523.
HSL color Cylindrical-coordinate representation of color #A34D12: hue angle of 24.41º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A34D12 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 77 | 18 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.36 |
| HSL | 24.41º | 0.8% | 0.35% | - |
| HSV(B) | 24.41º | 0.89% | 0.64% | - |
| XYZ | 17.87 | 13.14 | 2.17 | - |
| YUV | 95.99 | 83.99 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 77 | 18 | 0 | 0.53 | 0.89 | 0.36 | 24.41 | 0.8 | 0.35 |
| Hex | A3 | 4D | 12 | 0 | 35 | 59 | 24 | 18 | 50 | 23 |
| Octal | 243 | 115 | 22 | 0 | 65 | 131 | 44 | 30 | 120 | 43 |
| Binary | 10100011 | 1001101 | 10010 | 0 | 110101 | 1011001 | 100100 | 11000 | 1010000 | 100011 |
Color Harmonies of #A34D12
Complementary color
Monochromatic Colors of #A34D12
Black with #A34D12
Text Example
Text Example
White with #A34D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34D12; }
p { color: rgb(163,77,18); }
H1.HeaderClassName
{
color: #A34D12;
}
.AnyTagClassName
{
color: #A34D12;
}
</style>
background-color css
<style>
a { background-color: #A34D12; }
a { background-color: rgb(163,77,18); }
div.DivClassName
{
background-color: #A34D12;
}
.BgClassName
{
background-color: #A34D12;
}
</style>
border-color css
<style>
span { border-color: #A34D12; }
span { border-color: rgb(163,77,18); }
td.TdClassName
{
border-color: #A34D12;
}
.TagClassName
{
border-color: #A34D12;
}
</style>