Shades of Rich Gold #A34719
Tints of Rich Gold #A34719
RGB
CMYK
RGB Variations
Color information
#A34719 (or 0xA34719) is known color: Rich Gold. HEX triplet: A3, 47 and 19. RGB value is (163,71,25). Sum of RGB (Red+Green+Blue) = 163+71+25=259 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.93% from 259); Green value is 71 (28.12% from 255 or 27.41% from 259); Blue value is 25 (10.16% from 255 or 9.65% from 259); Max value from RGB is 163 - color contains mainly: red. Hex color #A34719 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34719 is #5CB8E6. Grayscale: #5D5D5D. Windows color (decimal): -6076647 or 1656739. OLE color: 1656739.
HSL color Cylindrical-coordinate representation of color #A34719: hue angle of 20º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A34719 is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 71 | 25 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.36 |
| HSL | 20º | 0.73% | 0.37% | - |
| HSV(B) | 20º | 0.85% | 0.64% | - |
| XYZ | 17.53 | 12.36 | 2.38 | - |
| YUV | 93.26 | 89.48 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 71 | 25 | 0 | 0.56 | 0.85 | 0.36 | 20 | 0.73 | 0.37 |
| Hex | A3 | 47 | 19 | 0 | 38 | 55 | 24 | 14 | 49 | 25 |
| Octal | 243 | 107 | 31 | 0 | 70 | 125 | 44 | 24 | 111 | 45 |
| Binary | 10100011 | 1000111 | 11001 | 0 | 111000 | 1010101 | 100100 | 10100 | 1001001 | 100101 |
Color Harmonies of #A34719
Complementary color
Monochromatic Colors of #A34719
Black with #A34719
Text Example
Text Example
White with #A34719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34719; }
p { color: rgb(163,71,25); }
H1.HeaderClassName
{
color: #A34719;
}
.AnyTagClassName
{
color: #A34719;
}
</style>
background-color css
<style>
a { background-color: #A34719; }
a { background-color: rgb(163,71,25); }
div.DivClassName
{
background-color: #A34719;
}
.BgClassName
{
background-color: #A34719;
}
</style>
border-color css
<style>
span { border-color: #A34719; }
span { border-color: rgb(163,71,25); }
td.TdClassName
{
border-color: #A34719;
}
.TagClassName
{
border-color: #A34719;
}
</style>