Shades of Rich Gold #A34C23
Tints of Rich Gold #A34C23
RGB
CMYK
RGB Variations
Color information
#A34C23 (or 0xA34C23) is known color: Rich Gold. HEX triplet: A3, 4C and 23. RGB value is (163,76,35). Sum of RGB (Red+Green+Blue) = 163+76+35=274 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.49% from 274); Green value is 76 (30.08% from 255 or 27.74% from 274); Blue value is 35 (14.06% from 255 or 12.77% from 274); Max value from RGB is 163 - color contains mainly: red. Hex color #A34C23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34C23 is #5CB3DC. Grayscale: #616161. Windows color (decimal): -6075357 or 2313379. OLE color: 2313379.
HSL color Cylindrical-coordinate representation of color #A34C23: hue angle of 19.22º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A34C23 is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 76 | 35 | - |
| CMYK | 0 | 0.53 | 0.79 | 0.36 |
| HSL | 19.22º | 0.65% | 0.39% | - |
| HSV(B) | 19.22º | 0.79% | 0.64% | - |
| XYZ | 17.99 | 13.08 | 3.17 | - |
| YUV | 97.34 | 92.82 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 76 | 35 | 0 | 0.53 | 0.79 | 0.36 | 19.22 | 0.65 | 0.39 |
| Hex | A3 | 4C | 23 | 0 | 35 | 4F | 24 | 13 | 41 | 27 |
| Octal | 243 | 114 | 43 | 0 | 65 | 117 | 44 | 23 | 101 | 47 |
| Binary | 10100011 | 1001100 | 100011 | 0 | 110101 | 1001111 | 100100 | 10011 | 1000001 | 100111 |
Color Harmonies of #A34C23
Complementary color
Monochromatic Colors of #A34C23
Black with #A34C23
Text Example
Text Example
White with #A34C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34C23; }
p { color: rgb(163,76,35); }
H1.HeaderClassName
{
color: #A34C23;
}
.AnyTagClassName
{
color: #A34C23;
}
</style>
background-color css
<style>
a { background-color: #A34C23; }
a { background-color: rgb(163,76,35); }
div.DivClassName
{
background-color: #A34C23;
}
.BgClassName
{
background-color: #A34C23;
}
</style>
border-color css
<style>
span { border-color: #A34C23; }
span { border-color: rgb(163,76,35); }
td.TdClassName
{
border-color: #A34C23;
}
.TagClassName
{
border-color: #A34C23;
}
</style>