Shades of Rich Gold #A04B27
Tints of Rich Gold #A04B27
RGB
CMYK
RGB Variations
Color information
#A04B27 (or 0xA04B27) is known color: Rich Gold. HEX triplet: A0, 4B and 27. RGB value is (160,75,39). Sum of RGB (Red+Green+Blue) = 160+75+39=274 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.39% from 274); Green value is 75 (29.69% from 255 or 27.37% from 274); Blue value is 39 (15.62% from 255 or 14.23% from 274); Max value from RGB is 160 - color contains mainly: red. Hex color #A04B27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04B27 is #5FB4D8. Grayscale: #606060. Windows color (decimal): -6272217 or 2575264. OLE color: 2575264.
HSL color Cylindrical-coordinate representation of color #A04B27: hue angle of 17.85º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A04B27 is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 75 | 39 | - |
| CMYK | 0 | 0.53 | 0.76 | 0.37 |
| HSL | 17.85º | 0.61% | 0.39% | - |
| HSV(B) | 17.85º | 0.76% | 0.63% | - |
| XYZ | 17.38 | 12.65 | 3.45 | - |
| YUV | 96.31 | 95.66 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 75 | 39 | 0 | 0.53 | 0.76 | 0.37 | 17.85 | 0.61 | 0.39 |
| Hex | A0 | 4B | 27 | 0 | 35 | 4C | 25 | 12 | 3D | 27 |
| Octal | 240 | 113 | 47 | 0 | 65 | 114 | 45 | 22 | 75 | 47 |
| Binary | 10100000 | 1001011 | 100111 | 0 | 110101 | 1001100 | 100101 | 10010 | 111101 | 100111 |
Color Harmonies of #A04B27
Complementary color
Monochromatic Colors of #A04B27
Black with #A04B27
Text Example
Text Example
White with #A04B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04B27; }
p { color: rgb(160,75,39); }
H1.HeaderClassName
{
color: #A04B27;
}
.AnyTagClassName
{
color: #A04B27;
}
</style>
background-color css
<style>
a { background-color: #A04B27; }
a { background-color: rgb(160,75,39); }
div.DivClassName
{
background-color: #A04B27;
}
.BgClassName
{
background-color: #A04B27;
}
</style>
border-color css
<style>
span { border-color: #A04B27; }
span { border-color: rgb(160,75,39); }
td.TdClassName
{
border-color: #A04B27;
}
.TagClassName
{
border-color: #A04B27;
}
</style>