Shades of Rich Gold #A74E1F
Tints of Rich Gold #A74E1F
RGB
CMYK
RGB Variations
Color information
#A74E1F (or 0xA74E1F) is known color: Rich Gold. HEX triplet: A7, 4E and 1F. RGB value is (167,78,31). Sum of RGB (Red+Green+Blue) = 167+78+31=276 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.51% from 276); Green value is 78 (30.86% from 255 or 28.26% from 276); Blue value is 31 (12.5% from 255 or 11.23% from 276); Max value from RGB is 167 - color contains mainly: red. Hex color #A74E1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A74E1F is #58B1E0. Grayscale: #636363. Windows color (decimal): -5812705 or 2051751. OLE color: 2051751.
HSL color Cylindrical-coordinate representation of color #A74E1F: hue angle of 20.74º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A74E1F is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 78 | 31 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.35 |
| HSL | 20.74º | 0.69% | 0.39% | - |
| HSV(B) | 20.74º | 0.81% | 0.65% | - |
| XYZ | 18.91 | 13.76 | 2.96 | - |
| YUV | 99.25 | 89.49 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 78 | 31 | 0 | 0.53 | 0.81 | 0.35 | 20.74 | 0.69 | 0.39 |
| Hex | A7 | 4E | 1F | 0 | 35 | 51 | 23 | 15 | 45 | 27 |
| Octal | 247 | 116 | 37 | 0 | 65 | 121 | 43 | 25 | 105 | 47 |
| Binary | 10100111 | 1001110 | 11111 | 0 | 110101 | 1010001 | 100011 | 10101 | 1000101 | 100111 |
Color Harmonies of #A74E1F
Complementary color
Monochromatic Colors of #A74E1F
Black with #A74E1F
Text Example
Text Example
White with #A74E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74E1F; }
p { color: rgb(167,78,31); }
H1.HeaderClassName
{
color: #A74E1F;
}
.AnyTagClassName
{
color: #A74E1F;
}
</style>
background-color css
<style>
a { background-color: #A74E1F; }
a { background-color: rgb(167,78,31); }
div.DivClassName
{
background-color: #A74E1F;
}
.BgClassName
{
background-color: #A74E1F;
}
</style>
border-color css
<style>
span { border-color: #A74E1F; }
span { border-color: rgb(167,78,31); }
td.TdClassName
{
border-color: #A74E1F;
}
.TagClassName
{
border-color: #A74E1F;
}
</style>