Shades of Rich Gold #A55619
Tints of Rich Gold #A55619
RGB
CMYK
RGB Variations
Color information
#A55619 (or 0xA55619) is known color: Rich Gold. HEX triplet: A5, 56 and 19. RGB value is (165,86,25). Sum of RGB (Red+Green+Blue) = 165+86+25=276 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.78% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 25 (10.16% from 255 or 9.06% from 276); Max value from RGB is 165 - color contains mainly: red. Hex color #A55619 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55619 is #5AA9E6. Grayscale: #666666. Windows color (decimal): -5941735 or 1660581. OLE color: 1660581.
HSL color Cylindrical-coordinate representation of color #A55619: hue angle of 26.14º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A55619 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 86 | 25 | - |
| CMYK | 0 | 0.48 | 0.85 | 0.35 |
| HSL | 26.14º | 0.74% | 0.37% | - |
| HSV(B) | 26.14º | 0.85% | 0.65% | - |
| XYZ | 19.02 | 14.73 | 2.76 | - |
| YUV | 102.67 | 84.17 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 86 | 25 | 0 | 0.48 | 0.85 | 0.35 | 26.14 | 0.74 | 0.37 |
| Hex | A5 | 56 | 19 | 0 | 30 | 55 | 23 | 1A | 4A | 25 |
| Octal | 245 | 126 | 31 | 0 | 60 | 125 | 43 | 32 | 112 | 45 |
| Binary | 10100101 | 1010110 | 11001 | 0 | 110000 | 1010101 | 100011 | 11010 | 1001010 | 100101 |
Color Harmonies of #A55619
Complementary color
Monochromatic Colors of #A55619
Black with #A55619
Text Example
Text Example
White with #A55619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55619; }
p { color: rgb(165,86,25); }
H1.HeaderClassName
{
color: #A55619;
}
.AnyTagClassName
{
color: #A55619;
}
</style>
background-color css
<style>
a { background-color: #A55619; }
a { background-color: rgb(165,86,25); }
div.DivClassName
{
background-color: #A55619;
}
.BgClassName
{
background-color: #A55619;
}
</style>
border-color css
<style>
span { border-color: #A55619; }
span { border-color: rgb(165,86,25); }
td.TdClassName
{
border-color: #A55619;
}
.TagClassName
{
border-color: #A55619;
}
</style>