Shades of Rich Gold #A74E21
Tints of Rich Gold #A74E21
RGB
CMYK
RGB Variations
Color information
#A74E21 (or 0xA74E21) is known color: Rich Gold. HEX triplet: A7, 4E and 21. RGB value is (167,78,33). Sum of RGB (Red+Green+Blue) = 167+78+33=278 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.07% from 278); Green value is 78 (30.86% from 255 or 28.06% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 167 - color contains mainly: red. Hex color #A74E21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A74E21 is #58B1DE. Grayscale: #636363. Windows color (decimal): -5812703 or 2182823. OLE color: 2182823.
HSL color Cylindrical-coordinate representation of color #A74E21: hue angle of 20.15º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A74E21 is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 78 | 33 | - |
| CMYK | 0 | 0.53 | 0.80 | 0.35 |
| HSL | 20.15º | 0.67% | 0.39% | - |
| HSV(B) | 20.15º | 0.8% | 0.65% | - |
| XYZ | 18.94 | 13.77 | 3.1 | - |
| YUV | 99.48 | 90.49 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 78 | 33 | 0 | 0.53 | 0.80 | 0.35 | 20.15 | 0.67 | 0.39 |
| Hex | A7 | 4E | 21 | 0 | 35 | 50 | 23 | 14 | 43 | 27 |
| Octal | 247 | 116 | 41 | 0 | 65 | 120 | 43 | 24 | 103 | 47 |
| Binary | 10100111 | 1001110 | 100001 | 0 | 110101 | 1010000 | 100011 | 10100 | 1000011 | 100111 |
Color Harmonies of #A74E21
Complementary color
Monochromatic Colors of #A74E21
Black with #A74E21
Text Example
Text Example
White with #A74E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74E21; }
p { color: rgb(167,78,33); }
H1.HeaderClassName
{
color: #A74E21;
}
.AnyTagClassName
{
color: #A74E21;
}
</style>
background-color css
<style>
a { background-color: #A74E21; }
a { background-color: rgb(167,78,33); }
div.DivClassName
{
background-color: #A74E21;
}
.BgClassName
{
background-color: #A74E21;
}
</style>
border-color css
<style>
span { border-color: #A74E21; }
span { border-color: rgb(167,78,33); }
td.TdClassName
{
border-color: #A74E21;
}
.TagClassName
{
border-color: #A74E21;
}
</style>