Shades of Rich Gold #A34D16
Tints of Rich Gold #A34D16
RGB
CMYK
RGB Variations
Color information
#A34D16 (or 0xA34D16) is known color: Rich Gold. HEX triplet: A3, 4D and 16. RGB value is (163,77,22). Sum of RGB (Red+Green+Blue) = 163+77+22=262 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.21% from 262); Green value is 77 (30.47% from 255 or 29.39% from 262); Blue value is 22 (8.98% from 255 or 8.40% from 262); Max value from RGB is 163 - color contains mainly: red. Hex color #A34D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A34D16 is #5CB2E9. Grayscale: #606060. Windows color (decimal): -6075114 or 1461667. OLE color: 1461667.
HSL color Cylindrical-coordinate representation of color #A34D16: hue angle of 23.4º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A34D16 is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 77 | 22 | - |
| CMYK | 0 | 0.53 | 0.87 | 0.36 |
| HSL | 23.4º | 0.76% | 0.36% | - |
| HSV(B) | 23.4º | 0.87% | 0.64% | - |
| XYZ | 17.9 | 13.15 | 2.35 | - |
| YUV | 96.44 | 85.99 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 77 | 22 | 0 | 0.53 | 0.87 | 0.36 | 23.4 | 0.76 | 0.36 |
| Hex | A3 | 4D | 16 | 0 | 35 | 57 | 24 | 17 | 4C | 24 |
| Octal | 243 | 115 | 26 | 0 | 65 | 127 | 44 | 27 | 114 | 44 |
| Binary | 10100011 | 1001101 | 10110 | 0 | 110101 | 1010111 | 100100 | 10111 | 1001100 | 100100 |
Color Harmonies of #A34D16
Complementary color
Monochromatic Colors of #A34D16
Black with #A34D16
Text Example
Text Example
White with #A34D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34D16; }
p { color: rgb(163,77,22); }
H1.HeaderClassName
{
color: #A34D16;
}
.AnyTagClassName
{
color: #A34D16;
}
</style>
background-color css
<style>
a { background-color: #A34D16; }
a { background-color: rgb(163,77,22); }
div.DivClassName
{
background-color: #A34D16;
}
.BgClassName
{
background-color: #A34D16;
}
</style>
border-color css
<style>
span { border-color: #A34D16; }
span { border-color: rgb(163,77,22); }
td.TdClassName
{
border-color: #A34D16;
}
.TagClassName
{
border-color: #A34D16;
}
</style>