Shades of Rich Gold #A54817
Tints of Rich Gold #A54817
RGB
CMYK
RGB Variations
Color information
#A54817 (or 0xA54817) is known color: Rich Gold. HEX triplet: A5, 48 and 17. RGB value is (165,72,23). Sum of RGB (Red+Green+Blue) = 165+72+23=260 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.46% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 23 (9.38% from 255 or 8.85% from 260); Max value from RGB is 165 - color contains mainly: red. Hex color #A54817 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54817 is #5AB7E8. Grayscale: #5E5E5E. Windows color (decimal): -5945321 or 1525925. OLE color: 1525925.
HSL color Cylindrical-coordinate representation of color #A54817: hue angle of 20.7º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A54817 is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 72 | 23 | - |
| CMYK | 0 | 0.56 | 0.86 | 0.35 |
| HSL | 20.7º | 0.76% | 0.37% | - |
| HSV(B) | 20.7º | 0.86% | 0.65% | - |
| XYZ | 17.99 | 12.7 | 2.31 | - |
| YUV | 94.22 | 87.81 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 72 | 23 | 0 | 0.56 | 0.86 | 0.35 | 20.7 | 0.76 | 0.37 |
| Hex | A5 | 48 | 17 | 0 | 38 | 56 | 23 | 15 | 4C | 25 |
| Octal | 245 | 110 | 27 | 0 | 70 | 126 | 43 | 25 | 114 | 45 |
| Binary | 10100101 | 1001000 | 10111 | 0 | 111000 | 1010110 | 100011 | 10101 | 1001100 | 100101 |
Color Harmonies of #A54817
Complementary color
Monochromatic Colors of #A54817
Black with #A54817
Text Example
Text Example
White with #A54817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54817; }
p { color: rgb(165,72,23); }
H1.HeaderClassName
{
color: #A54817;
}
.AnyTagClassName
{
color: #A54817;
}
</style>
background-color css
<style>
a { background-color: #A54817; }
a { background-color: rgb(165,72,23); }
div.DivClassName
{
background-color: #A54817;
}
.BgClassName
{
background-color: #A54817;
}
</style>
border-color css
<style>
span { border-color: #A54817; }
span { border-color: rgb(165,72,23); }
td.TdClassName
{
border-color: #A54817;
}
.TagClassName
{
border-color: #A54817;
}
</style>