Shades of Rich Gold #A34A24
Tints of Rich Gold #A34A24
RGB
CMYK
RGB Variations
Color information
#A34A24 (or 0xA34A24) is known color: Rich Gold. HEX triplet: A3, 4A and 24. RGB value is (163,74,36). Sum of RGB (Red+Green+Blue) = 163+74+36=273 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.71% from 273); Green value is 74 (29.30% from 255 or 27.11% from 273); Blue value is 36 (14.45% from 255 or 13.19% from 273); Max value from RGB is 163 - color contains mainly: red. Hex color #A34A24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34A24 is #5CB5DB. Grayscale: #606060. Windows color (decimal): -6075868 or 2378403. OLE color: 2378403.
HSL color Cylindrical-coordinate representation of color #A34A24: hue angle of 17.95º 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 #A34A24 is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 74 | 36 | - |
| CMYK | 0 | 0.55 | 0.78 | 0.36 |
| HSL | 17.95º | 0.64% | 0.39% | - |
| HSV(B) | 17.95º | 0.78% | 0.64% | - |
| XYZ | 17.87 | 12.81 | 3.2 | - |
| YUV | 96.28 | 93.99 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 74 | 36 | 0 | 0.55 | 0.78 | 0.36 | 17.95 | 0.64 | 0.39 |
| Hex | A3 | 4A | 24 | 0 | 37 | 4E | 24 | 12 | 40 | 27 |
| Octal | 243 | 112 | 44 | 0 | 67 | 116 | 44 | 22 | 100 | 47 |
| Binary | 10100011 | 1001010 | 100100 | 0 | 110111 | 1001110 | 100100 | 10010 | 1000000 | 100111 |
Color Harmonies of #A34A24
Complementary color
Monochromatic Colors of #A34A24
Black with #A34A24
Text Example
Text Example
White with #A34A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34A24; }
p { color: rgb(163,74,36); }
H1.HeaderClassName
{
color: #A34A24;
}
.AnyTagClassName
{
color: #A34A24;
}
</style>
background-color css
<style>
a { background-color: #A34A24; }
a { background-color: rgb(163,74,36); }
div.DivClassName
{
background-color: #A34A24;
}
.BgClassName
{
background-color: #A34A24;
}
</style>
border-color css
<style>
span { border-color: #A34A24; }
span { border-color: rgb(163,74,36); }
td.TdClassName
{
border-color: #A34A24;
}
.TagClassName
{
border-color: #A34A24;
}
</style>