Shades of Rich Gold #A34416
Tints of Rich Gold #A34416
RGB
CMYK
RGB Variations
Color information
#A34416 (or 0xA34416) is known color: Rich Gold. HEX triplet: A3, 44 and 16. RGB value is (163,68,22). Sum of RGB (Red+Green+Blue) = 163+68+22=253 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.43% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 22 (8.98% from 255 or 8.70% from 253); Max value from RGB is 163 - color contains mainly: red. Hex color #A34416 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34416 is #5CBBE9. Grayscale: #5B5B5B. Windows color (decimal): -6077418 or 1459363. OLE color: 1459363.
HSL color Cylindrical-coordinate representation of color #A34416: hue angle of 19.57º 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 #A34416 is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 68 | 22 | - |
| CMYK | 0 | 0.58 | 0.87 | 0.36 |
| HSL | 19.57º | 0.76% | 0.36% | - |
| HSV(B) | 19.57º | 0.87% | 0.64% | - |
| XYZ | 17.32 | 11.98 | 2.16 | - |
| YUV | 91.16 | 88.97 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 68 | 22 | 0 | 0.58 | 0.87 | 0.36 | 19.57 | 0.76 | 0.36 |
| Hex | A3 | 44 | 16 | 0 | 3A | 57 | 24 | 14 | 4C | 24 |
| Octal | 243 | 104 | 26 | 0 | 72 | 127 | 44 | 24 | 114 | 44 |
| Binary | 10100011 | 1000100 | 10110 | 0 | 111010 | 1010111 | 100100 | 10100 | 1001100 | 100100 |
Color Harmonies of #A34416
Complementary color
Monochromatic Colors of #A34416
Black with #A34416
Text Example
Text Example
White with #A34416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34416; }
p { color: rgb(163,68,22); }
H1.HeaderClassName
{
color: #A34416;
}
.AnyTagClassName
{
color: #A34416;
}
</style>
background-color css
<style>
a { background-color: #A34416; }
a { background-color: rgb(163,68,22); }
div.DivClassName
{
background-color: #A34416;
}
.BgClassName
{
background-color: #A34416;
}
</style>
border-color css
<style>
span { border-color: #A34416; }
span { border-color: rgb(163,68,22); }
td.TdClassName
{
border-color: #A34416;
}
.TagClassName
{
border-color: #A34416;
}
</style>