Shades of Rich Gold #A34A16
Tints of Rich Gold #A34A16
RGB
CMYK
RGB Variations
Color information
#A34A16 (or 0xA34A16) is known color: Rich Gold. HEX triplet: A3, 4A and 16. RGB value is (163,74,22). Sum of RGB (Red+Green+Blue) = 163+74+22=259 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.93% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 22 (8.98% from 255 or 8.49% from 259); Max value from RGB is 163 - color contains mainly: red. Hex color #A34A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34A16 is #5CB5E9. Grayscale: #5E5E5E. Windows color (decimal): -6075882 or 1460899. OLE color: 1460899.
HSL color Cylindrical-coordinate representation of color #A34A16: hue angle of 22.13º 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 #A34A16 is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 74 | 22 | - |
| CMYK | 0 | 0.55 | 0.87 | 0.36 |
| HSL | 22.13º | 0.76% | 0.36% | - |
| HSV(B) | 22.13º | 0.87% | 0.64% | - |
| XYZ | 17.7 | 12.74 | 2.29 | - |
| YUV | 94.68 | 86.99 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 74 | 22 | 0 | 0.55 | 0.87 | 0.36 | 22.13 | 0.76 | 0.36 |
| Hex | A3 | 4A | 16 | 0 | 37 | 57 | 24 | 16 | 4C | 24 |
| Octal | 243 | 112 | 26 | 0 | 67 | 127 | 44 | 26 | 114 | 44 |
| Binary | 10100011 | 1001010 | 10110 | 0 | 110111 | 1010111 | 100100 | 10110 | 1001100 | 100100 |
Color Harmonies of #A34A16
Complementary color
Monochromatic Colors of #A34A16
Black with #A34A16
Text Example
Text Example
White with #A34A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34A16; }
p { color: rgb(163,74,22); }
H1.HeaderClassName
{
color: #A34A16;
}
.AnyTagClassName
{
color: #A34A16;
}
</style>
background-color css
<style>
a { background-color: #A34A16; }
a { background-color: rgb(163,74,22); }
div.DivClassName
{
background-color: #A34A16;
}
.BgClassName
{
background-color: #A34A16;
}
</style>
border-color css
<style>
span { border-color: #A34A16; }
span { border-color: rgb(163,74,22); }
td.TdClassName
{
border-color: #A34A16;
}
.TagClassName
{
border-color: #A34A16;
}
</style>