Shades of Rich Gold #A74D15
Tints of Rich Gold #A74D15
RGB
CMYK
RGB Variations
Color information
#A74D15 (or 0xA74D15) is known color: Rich Gold. HEX triplet: A7, 4D and 15. RGB value is (167,77,21). Sum of RGB (Red+Green+Blue) = 167+77+21=265 (35% of max value = 765). Red value is 167 (65.62% from 255 or 63.02% from 265); Green value is 77 (30.47% from 255 or 29.06% from 265); Blue value is 21 (8.59% from 255 or 7.92% from 265); Max value from RGB is 167 - color contains mainly: red. Hex color #A74D15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A74D15 is #58B2EA. Grayscale: #616161. Windows color (decimal): -5812971 or 1396135. OLE color: 1396135.
HSL color Cylindrical-coordinate representation of color #A74D15: hue angle of 23.01º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A74D15 is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 77 | 21 | - |
| CMYK | 0 | 0.54 | 0.87 | 0.35 |
| HSL | 23.01º | 0.78% | 0.37% | - |
| HSV(B) | 23.01º | 0.87% | 0.65% | - |
| XYZ | 18.73 | 13.58 | 2.34 | - |
| YUV | 97.53 | 84.82 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 77 | 21 | 0 | 0.54 | 0.87 | 0.35 | 23.01 | 0.78 | 0.37 |
| Hex | A7 | 4D | 15 | 0 | 36 | 57 | 23 | 17 | 4E | 25 |
| Octal | 247 | 115 | 25 | 0 | 66 | 127 | 43 | 27 | 116 | 45 |
| Binary | 10100111 | 1001101 | 10101 | 0 | 110110 | 1010111 | 100011 | 10111 | 1001110 | 100101 |
Color Harmonies of #A74D15
Complementary color
Monochromatic Colors of #A74D15
Black with #A74D15
Text Example
Text Example
White with #A74D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74D15; }
p { color: rgb(167,77,21); }
H1.HeaderClassName
{
color: #A74D15;
}
.AnyTagClassName
{
color: #A74D15;
}
</style>
background-color css
<style>
a { background-color: #A74D15; }
a { background-color: rgb(167,77,21); }
div.DivClassName
{
background-color: #A74D15;
}
.BgClassName
{
background-color: #A74D15;
}
</style>
border-color css
<style>
span { border-color: #A74D15; }
span { border-color: rgb(167,77,21); }
td.TdClassName
{
border-color: #A74D15;
}
.TagClassName
{
border-color: #A74D15;
}
</style>