Shades of Rich Gold #A34C21
Tints of Rich Gold #A34C21
RGB
CMYK
RGB Variations
Color information
#A34C21 (or 0xA34C21) is known color: Rich Gold. HEX triplet: A3, 4C and 21. RGB value is (163,76,33). Sum of RGB (Red+Green+Blue) = 163+76+33=272 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.93% from 272); Green value is 76 (30.08% from 255 or 27.94% from 272); Blue value is 33 (13.28% from 255 or 12.13% from 272); Max value from RGB is 163 - color contains mainly: red. Hex color #A34C21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34C21 is #5CB3DE. Grayscale: #616161. Windows color (decimal): -6075359 or 2182307. OLE color: 2182307.
HSL color Cylindrical-coordinate representation of color #A34C21: hue angle of 19.85º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A34C21 is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 76 | 33 | - |
| CMYK | 0 | 0.53 | 0.80 | 0.36 |
| HSL | 19.85º | 0.66% | 0.38% | - |
| HSV(B) | 19.85º | 0.8% | 0.64% | - |
| XYZ | 17.96 | 13.07 | 3.01 | - |
| YUV | 97.11 | 91.82 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 76 | 33 | 0 | 0.53 | 0.80 | 0.36 | 19.85 | 0.66 | 0.38 |
| Hex | A3 | 4C | 21 | 0 | 35 | 50 | 24 | 14 | 42 | 26 |
| Octal | 243 | 114 | 41 | 0 | 65 | 120 | 44 | 24 | 102 | 46 |
| Binary | 10100011 | 1001100 | 100001 | 0 | 110101 | 1010000 | 100100 | 10100 | 1000010 | 100110 |
Color Harmonies of #A34C21
Complementary color
Monochromatic Colors of #A34C21
Black with #A34C21
Text Example
Text Example
White with #A34C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34C21; }
p { color: rgb(163,76,33); }
H1.HeaderClassName
{
color: #A34C21;
}
.AnyTagClassName
{
color: #A34C21;
}
</style>
background-color css
<style>
a { background-color: #A34C21; }
a { background-color: rgb(163,76,33); }
div.DivClassName
{
background-color: #A34C21;
}
.BgClassName
{
background-color: #A34C21;
}
</style>
border-color css
<style>
span { border-color: #A34C21; }
span { border-color: rgb(163,76,33); }
td.TdClassName
{
border-color: #A34C21;
}
.TagClassName
{
border-color: #A34C21;
}
</style>