Shades of Rich Gold #A34D13
Tints of Rich Gold #A34D13
RGB
CMYK
RGB Variations
Color information
#A34D13 (or 0xA34D13) is known color: Rich Gold. HEX triplet: A3, 4D and 13. RGB value is (163,77,19). Sum of RGB (Red+Green+Blue) = 163+77+19=259 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.93% from 259); Green value is 77 (30.47% from 255 or 29.73% from 259); Blue value is 19 (7.81% from 255 or 7.34% from 259); Max value from RGB is 163 - color contains mainly: red. Hex color #A34D13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A34D13 is #5CB2EC. Grayscale: #606060. Windows color (decimal): -6075117 or 1265059. OLE color: 1265059.
HSL color Cylindrical-coordinate representation of color #A34D13: hue angle of 24.17º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A34D13 is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 77 | 19 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.36 |
| HSL | 24.17º | 0.79% | 0.36% | - |
| HSV(B) | 24.17º | 0.88% | 0.64% | - |
| XYZ | 17.88 | 13.14 | 2.21 | - |
| YUV | 96.1 | 84.49 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 77 | 19 | 0 | 0.53 | 0.88 | 0.36 | 24.17 | 0.79 | 0.36 |
| Hex | A3 | 4D | 13 | 0 | 35 | 58 | 24 | 18 | 4F | 24 |
| Octal | 243 | 115 | 23 | 0 | 65 | 130 | 44 | 30 | 117 | 44 |
| Binary | 10100011 | 1001101 | 10011 | 0 | 110101 | 1011000 | 100100 | 11000 | 1001111 | 100100 |
Color Harmonies of #A34D13
Complementary color
Monochromatic Colors of #A34D13
Black with #A34D13
Text Example
Text Example
White with #A34D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34D13; }
p { color: rgb(163,77,19); }
H1.HeaderClassName
{
color: #A34D13;
}
.AnyTagClassName
{
color: #A34D13;
}
</style>
background-color css
<style>
a { background-color: #A34D13; }
a { background-color: rgb(163,77,19); }
div.DivClassName
{
background-color: #A34D13;
}
.BgClassName
{
background-color: #A34D13;
}
</style>
border-color css
<style>
span { border-color: #A34D13; }
span { border-color: rgb(163,77,19); }
td.TdClassName
{
border-color: #A34D13;
}
.TagClassName
{
border-color: #A34D13;
}
</style>