Shades of Rich Gold #A34D24
Tints of Rich Gold #A34D24
RGB
CMYK
RGB Variations
Color information
#A34D24 (or 0xA34D24) is known color: Rich Gold. HEX triplet: A3, 4D and 24. RGB value is (163,77,36). Sum of RGB (Red+Green+Blue) = 163+77+36=276 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.06% from 276); Green value is 77 (30.47% from 255 or 27.90% from 276); Blue value is 36 (14.45% from 255 or 13.04% from 276); Max value from RGB is 163 - color contains mainly: red. Hex color #A34D24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A34D24 is #5CB2DB. Grayscale: #626262. Windows color (decimal): -6075100 or 2379171. OLE color: 2379171.
HSL color Cylindrical-coordinate representation of color #A34D24: hue angle of 19.37º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A34D24 is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 77 | 36 | - |
| CMYK | 0 | 0.53 | 0.78 | 0.36 |
| HSL | 19.37º | 0.64% | 0.39% | - |
| HSV(B) | 19.37º | 0.78% | 0.64% | - |
| XYZ | 18.08 | 13.22 | 3.27 | - |
| YUV | 98.04 | 92.99 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 77 | 36 | 0 | 0.53 | 0.78 | 0.36 | 19.37 | 0.64 | 0.39 |
| Hex | A3 | 4D | 24 | 0 | 35 | 4E | 24 | 13 | 40 | 27 |
| Octal | 243 | 115 | 44 | 0 | 65 | 116 | 44 | 23 | 100 | 47 |
| Binary | 10100011 | 1001101 | 100100 | 0 | 110101 | 1001110 | 100100 | 10011 | 1000000 | 100111 |
Color Harmonies of #A34D24
Complementary color
Monochromatic Colors of #A34D24
Black with #A34D24
Text Example
Text Example
White with #A34D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34D24; }
p { color: rgb(163,77,36); }
H1.HeaderClassName
{
color: #A34D24;
}
.AnyTagClassName
{
color: #A34D24;
}
</style>
background-color css
<style>
a { background-color: #A34D24; }
a { background-color: rgb(163,77,36); }
div.DivClassName
{
background-color: #A34D24;
}
.BgClassName
{
background-color: #A34D24;
}
</style>
border-color css
<style>
span { border-color: #A34D24; }
span { border-color: rgb(163,77,36); }
td.TdClassName
{
border-color: #A34D24;
}
.TagClassName
{
border-color: #A34D24;
}
</style>