Shades of Rich Gold #A05618
Tints of Rich Gold #A05618
RGB
CMYK
RGB Variations
Color information
#A05618 (or 0xA05618) is known color: Rich Gold. HEX triplet: A0, 56 and 18. RGB value is (160,86,24). Sum of RGB (Red+Green+Blue) = 160+86+24=270 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.26% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 24 (9.77% from 255 or 8.89% from 270); Max value from RGB is 160 - color contains mainly: red. Hex color #A05618 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05618 is #5FA9E7. Grayscale: #656565. Windows color (decimal): -6269416 or 1595040. OLE color: 1595040.
HSL color Cylindrical-coordinate representation of color #A05618: hue angle of 27.35º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A05618 is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 86 | 24 | - |
| CMYK | 0 | 0.46 | 0.85 | 0.37 |
| HSL | 27.35º | 0.74% | 0.36% | - |
| HSV(B) | 27.35º | 0.85% | 0.63% | - |
| XYZ | 17.99 | 14.2 | 2.66 | - |
| YUV | 101.06 | 84.52 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 86 | 24 | 0 | 0.46 | 0.85 | 0.37 | 27.35 | 0.74 | 0.36 |
| Hex | A0 | 56 | 18 | 0 | 2E | 55 | 25 | 1B | 4A | 24 |
| Octal | 240 | 126 | 30 | 0 | 56 | 125 | 45 | 33 | 112 | 44 |
| Binary | 10100000 | 1010110 | 11000 | 0 | 101110 | 1010101 | 100101 | 11011 | 1001010 | 100100 |
Color Harmonies of #A05618
Complementary color
Monochromatic Colors of #A05618
Black with #A05618
Text Example
Text Example
White with #A05618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05618; }
p { color: rgb(160,86,24); }
H1.HeaderClassName
{
color: #A05618;
}
.AnyTagClassName
{
color: #A05618;
}
</style>
background-color css
<style>
a { background-color: #A05618; }
a { background-color: rgb(160,86,24); }
div.DivClassName
{
background-color: #A05618;
}
.BgClassName
{
background-color: #A05618;
}
</style>
border-color css
<style>
span { border-color: #A05618; }
span { border-color: rgb(160,86,24); }
td.TdClassName
{
border-color: #A05618;
}
.TagClassName
{
border-color: #A05618;
}
</style>