Shades of Rich Gold #A55017
Tints of Rich Gold #A55017
RGB
CMYK
RGB Variations
Color information
#A55017 (or 0xA55017) is known color: Rich Gold. HEX triplet: A5, 50 and 17. RGB value is (165,80,23). Sum of RGB (Red+Green+Blue) = 165+80+23=268 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.57% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 23 (9.38% from 255 or 8.58% from 268); Max value from RGB is 165 - color contains mainly: red. Hex color #A55017 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55017 is #5AAFE8. Grayscale: #636363. Windows color (decimal): -5943273 or 1527973. OLE color: 1527973.
HSL color Cylindrical-coordinate representation of color #A55017: hue angle of 24.08º 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 #A55017 is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 80 | 23 | - |
| CMYK | 0 | 0.52 | 0.86 | 0.35 |
| HSL | 24.08º | 0.76% | 0.37% | - |
| HSV(B) | 24.08º | 0.86% | 0.65% | - |
| XYZ | 18.54 | 13.8 | 2.5 | - |
| YUV | 98.92 | 85.16 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 80 | 23 | 0 | 0.52 | 0.86 | 0.35 | 24.08 | 0.76 | 0.37 |
| Hex | A5 | 50 | 17 | 0 | 34 | 56 | 23 | 18 | 4C | 25 |
| Octal | 245 | 120 | 27 | 0 | 64 | 126 | 43 | 30 | 114 | 45 |
| Binary | 10100101 | 1010000 | 10111 | 0 | 110100 | 1010110 | 100011 | 11000 | 1001100 | 100101 |
Color Harmonies of #A55017
Complementary color
Monochromatic Colors of #A55017
Black with #A55017
Text Example
Text Example
White with #A55017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55017; }
p { color: rgb(165,80,23); }
H1.HeaderClassName
{
color: #A55017;
}
.AnyTagClassName
{
color: #A55017;
}
</style>
background-color css
<style>
a { background-color: #A55017; }
a { background-color: rgb(165,80,23); }
div.DivClassName
{
background-color: #A55017;
}
.BgClassName
{
background-color: #A55017;
}
</style>
border-color css
<style>
span { border-color: #A55017; }
span { border-color: rgb(165,80,23); }
td.TdClassName
{
border-color: #A55017;
}
.TagClassName
{
border-color: #A55017;
}
</style>