Shades of Rich Gold #A34C11
Tints of Rich Gold #A34C11
RGB
CMYK
RGB Variations
Color information
#A34C11 (or 0xA34C11) is known color: Rich Gold. HEX triplet: A3, 4C and 11. RGB value is (163,76,17). Sum of RGB (Red+Green+Blue) = 163+76+17=256 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.67% from 256); Green value is 76 (30.08% from 255 or 29.69% from 256); Blue value is 17 (7.03% from 255 or 6.64% from 256); Max value from RGB is 163 - color contains mainly: red. Hex color #A34C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34C11 is #5CB3EE. Grayscale: #5F5F5F. Windows color (decimal): -6075375 or 1133731. OLE color: 1133731.
HSL color Cylindrical-coordinate representation of color #A34C11: hue angle of 24.25º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A34C11 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 76 | 17 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.36 |
| HSL | 24.25º | 0.81% | 0.35% | - |
| HSV(B) | 24.25º | 0.9% | 0.64% | - |
| XYZ | 17.79 | 13 | 2.1 | - |
| YUV | 95.29 | 83.82 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 76 | 17 | 0 | 0.53 | 0.90 | 0.36 | 24.25 | 0.81 | 0.35 |
| Hex | A3 | 4C | 11 | 0 | 35 | 5A | 24 | 18 | 51 | 23 |
| Octal | 243 | 114 | 21 | 0 | 65 | 132 | 44 | 30 | 121 | 43 |
| Binary | 10100011 | 1001100 | 10001 | 0 | 110101 | 1011010 | 100100 | 11000 | 1010001 | 100011 |
Color Harmonies of #A34C11
Complementary color
Monochromatic Colors of #A34C11
Black with #A34C11
Text Example
Text Example
White with #A34C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34C11; }
p { color: rgb(163,76,17); }
H1.HeaderClassName
{
color: #A34C11;
}
.AnyTagClassName
{
color: #A34C11;
}
</style>
background-color css
<style>
a { background-color: #A34C11; }
a { background-color: rgb(163,76,17); }
div.DivClassName
{
background-color: #A34C11;
}
.BgClassName
{
background-color: #A34C11;
}
</style>
border-color css
<style>
span { border-color: #A34C11; }
span { border-color: rgb(163,76,17); }
td.TdClassName
{
border-color: #A34C11;
}
.TagClassName
{
border-color: #A34C11;
}
</style>