Shades of Rich Gold #A34D1C
Tints of Rich Gold #A34D1C
RGB
CMYK
RGB Variations
Color information
#A34D1C (or 0xA34D1C) is known color: Rich Gold. HEX triplet: A3, 4D and 1C. RGB value is (163,77,28). Sum of RGB (Red+Green+Blue) = 163+77+28=268 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.82% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 28 (11.33% from 255 or 10.45% from 268); Max value from RGB is 163 - color contains mainly: red. Hex color #A34D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A34D1C is #5CB2E3. Grayscale: #616161. Windows color (decimal): -6075108 or 1854883. OLE color: 1854883.
HSL color Cylindrical-coordinate representation of color #A34D1C: hue angle of 21.78º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A34D1C is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 77 | 28 | - |
| CMYK | 0 | 0.53 | 0.83 | 0.36 |
| HSL | 21.78º | 0.71% | 0.37% | - |
| HSV(B) | 21.78º | 0.83% | 0.64% | - |
| XYZ | 17.97 | 13.18 | 2.7 | - |
| YUV | 97.13 | 88.99 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 77 | 28 | 0 | 0.53 | 0.83 | 0.36 | 21.78 | 0.71 | 0.37 |
| Hex | A3 | 4D | 1C | 0 | 35 | 53 | 24 | 16 | 47 | 25 |
| Octal | 243 | 115 | 34 | 0 | 65 | 123 | 44 | 26 | 107 | 45 |
| Binary | 10100011 | 1001101 | 11100 | 0 | 110101 | 1010011 | 100100 | 10110 | 1000111 | 100101 |
Color Harmonies of #A34D1C
Complementary color
Monochromatic Colors of #A34D1C
Black with #A34D1C
Text Example
Text Example
White with #A34D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34D1C; }
p { color: rgb(163,77,28); }
H1.HeaderClassName
{
color: #A34D1C;
}
.AnyTagClassName
{
color: #A34D1C;
}
</style>
background-color css
<style>
a { background-color: #A34D1C; }
a { background-color: rgb(163,77,28); }
div.DivClassName
{
background-color: #A34D1C;
}
.BgClassName
{
background-color: #A34D1C;
}
</style>
border-color css
<style>
span { border-color: #A34D1C; }
span { border-color: rgb(163,77,28); }
td.TdClassName
{
border-color: #A34D1C;
}
.TagClassName
{
border-color: #A34D1C;
}
</style>