Shades of Rich Gold #A34417
Tints of Rich Gold #A34417
RGB
CMYK
RGB Variations
Color information
#A34417 (or 0xA34417) is known color: Rich Gold. HEX triplet: A3, 44 and 17. RGB value is (163,68,23). Sum of RGB (Red+Green+Blue) = 163+68+23=254 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.17% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 23 (9.38% from 255 or 9.06% from 254); Max value from RGB is 163 - color contains mainly: red. Hex color #A34417 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34417 is #5CBBE8. Grayscale: #5B5B5B. Windows color (decimal): -6077417 or 1524899. OLE color: 1524899.
HSL color Cylindrical-coordinate representation of color #A34417: hue angle of 19.29º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A34417 is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 68 | 23 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.36 |
| HSL | 19.29º | 0.75% | 0.36% | - |
| HSV(B) | 19.29º | 0.86% | 0.64% | - |
| XYZ | 17.33 | 11.98 | 2.21 | - |
| YUV | 91.28 | 89.47 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 68 | 23 | 0 | 0.58 | 0.86 | 0.36 | 19.29 | 0.75 | 0.36 |
| Hex | A3 | 44 | 17 | 0 | 3A | 56 | 24 | 13 | 4B | 24 |
| Octal | 243 | 104 | 27 | 0 | 72 | 126 | 44 | 23 | 113 | 44 |
| Binary | 10100011 | 1000100 | 10111 | 0 | 111010 | 1010110 | 100100 | 10011 | 1001011 | 100100 |
Color Harmonies of #A34417
Complementary color
Monochromatic Colors of #A34417
Black with #A34417
Text Example
Text Example
White with #A34417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34417; }
p { color: rgb(163,68,23); }
H1.HeaderClassName
{
color: #A34417;
}
.AnyTagClassName
{
color: #A34417;
}
</style>
background-color css
<style>
a { background-color: #A34417; }
a { background-color: rgb(163,68,23); }
div.DivClassName
{
background-color: #A34417;
}
.BgClassName
{
background-color: #A34417;
}
</style>
border-color css
<style>
span { border-color: #A34417; }
span { border-color: rgb(163,68,23); }
td.TdClassName
{
border-color: #A34417;
}
.TagClassName
{
border-color: #A34417;
}
</style>