Shades of Rich Gold #A74A1B
Tints of Rich Gold #A74A1B
RGB
CMYK
RGB Variations
Color information
#A74A1B (or 0xA74A1B) is known color: Rich Gold. HEX triplet: A7, 4A and 1B. RGB value is (167,74,27). Sum of RGB (Red+Green+Blue) = 167+74+27=268 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.31% from 268); Green value is 74 (29.30% from 255 or 27.61% from 268); Blue value is 27 (10.94% from 255 or 10.07% from 268); Max value from RGB is 167 - color contains mainly: red. Hex color #A74A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74A1B is #58B5E4. Grayscale: #606060. Windows color (decimal): -5813733 or 1788583. OLE color: 1788583.
HSL color Cylindrical-coordinate representation of color #A74A1B: hue angle of 20.14º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A74A1B is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 74 | 27 | - |
| CMYK | 0 | 0.56 | 0.84 | 0.35 |
| HSL | 20.14º | 0.72% | 0.38% | - |
| HSV(B) | 20.14º | 0.84% | 0.65% | - |
| XYZ | 18.58 | 13.19 | 2.6 | - |
| YUV | 96.45 | 88.81 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 74 | 27 | 0 | 0.56 | 0.84 | 0.35 | 20.14 | 0.72 | 0.38 |
| Hex | A7 | 4A | 1B | 0 | 38 | 54 | 23 | 14 | 48 | 26 |
| Octal | 247 | 112 | 33 | 0 | 70 | 124 | 43 | 24 | 110 | 46 |
| Binary | 10100111 | 1001010 | 11011 | 0 | 111000 | 1010100 | 100011 | 10100 | 1001000 | 100110 |
Color Harmonies of #A74A1B
Complementary color
Monochromatic Colors of #A74A1B
Black with #A74A1B
Text Example
Text Example
White with #A74A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74A1B; }
p { color: rgb(167,74,27); }
H1.HeaderClassName
{
color: #A74A1B;
}
.AnyTagClassName
{
color: #A74A1B;
}
</style>
background-color css
<style>
a { background-color: #A74A1B; }
a { background-color: rgb(167,74,27); }
div.DivClassName
{
background-color: #A74A1B;
}
.BgClassName
{
background-color: #A74A1B;
}
</style>
border-color css
<style>
span { border-color: #A74A1B; }
span { border-color: rgb(167,74,27); }
td.TdClassName
{
border-color: #A74A1B;
}
.TagClassName
{
border-color: #A74A1B;
}
</style>