Shades of Rich Gold #A05623
Tints of Rich Gold #A05623
RGB
CMYK
RGB Variations
Color information
#A05623 (or 0xA05623) is known color: Rich Gold. HEX triplet: A0, 56 and 23. RGB value is (160,86,35). Sum of RGB (Red+Green+Blue) = 160+86+35=281 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.94% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 35 (14.06% from 255 or 12.46% from 281); Max value from RGB is 160 - color contains mainly: red. Hex color #A05623 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05623 is #5FA9DC. Grayscale: #666666. Windows color (decimal): -6269405 or 2315936. OLE color: 2315936.
HSL color Cylindrical-coordinate representation of color #A05623: hue angle of 24.48º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A05623 is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 86 | 35 | - |
| CMYK | 0 | 0.46 | 0.78 | 0.37 |
| HSL | 24.48º | 0.64% | 0.38% | - |
| HSV(B) | 24.48º | 0.78% | 0.63% | - |
| XYZ | 18.13 | 14.25 | 3.39 | - |
| YUV | 102.31 | 90.02 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 86 | 35 | 0 | 0.46 | 0.78 | 0.37 | 24.48 | 0.64 | 0.38 |
| Hex | A0 | 56 | 23 | 0 | 2E | 4E | 25 | 18 | 40 | 26 |
| Octal | 240 | 126 | 43 | 0 | 56 | 116 | 45 | 30 | 100 | 46 |
| Binary | 10100000 | 1010110 | 100011 | 0 | 101110 | 1001110 | 100101 | 11000 | 1000000 | 100110 |
Color Harmonies of #A05623
Complementary color
Monochromatic Colors of #A05623
Black with #A05623
Text Example
Text Example
White with #A05623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05623; }
p { color: rgb(160,86,35); }
H1.HeaderClassName
{
color: #A05623;
}
.AnyTagClassName
{
color: #A05623;
}
</style>
background-color css
<style>
a { background-color: #A05623; }
a { background-color: rgb(160,86,35); }
div.DivClassName
{
background-color: #A05623;
}
.BgClassName
{
background-color: #A05623;
}
</style>
border-color css
<style>
span { border-color: #A05623; }
span { border-color: rgb(160,86,35); }
td.TdClassName
{
border-color: #A05623;
}
.TagClassName
{
border-color: #A05623;
}
</style>