Shades of Rich Gold #A84C1A
Tints of Rich Gold #A84C1A
RGB
CMYK
RGB Variations
Color information
#A84C1A (or 0xA84C1A) is known color: Rich Gold. HEX triplet: A8, 4C and 1A. RGB value is (168,76,26). Sum of RGB (Red+Green+Blue) = 168+76+26=270 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.22% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 26 (10.55% from 255 or 9.63% from 270); Max value from RGB is 168 - color contains mainly: red. Hex color #A84C1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84C1A is #57B3E5. Grayscale: #626262. Windows color (decimal): -5747686 or 1723560. OLE color: 1723560.
HSL color Cylindrical-coordinate representation of color #A84C1A: hue angle of 21.13º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A84C1A is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 76 | 26 | - |
| CMYK | 0 | 0.55 | 0.85 | 0.34 |
| HSL | 21.13º | 0.73% | 0.38% | - |
| HSV(B) | 21.13º | 0.85% | 0.66% | - |
| XYZ | 18.92 | 13.57 | 2.6 | - |
| YUV | 97.81 | 87.48 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 76 | 26 | 0 | 0.55 | 0.85 | 0.34 | 21.13 | 0.73 | 0.38 |
| Hex | A8 | 4C | 1A | 0 | 37 | 55 | 22 | 15 | 49 | 26 |
| Octal | 250 | 114 | 32 | 0 | 67 | 125 | 42 | 25 | 111 | 46 |
| Binary | 10101000 | 1001100 | 11010 | 0 | 110111 | 1010101 | 100010 | 10101 | 1001001 | 100110 |
Color Harmonies of #A84C1A
Complementary color
Monochromatic Colors of #A84C1A
Black with #A84C1A
Text Example
Text Example
White with #A84C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84C1A; }
p { color: rgb(168,76,26); }
H1.HeaderClassName
{
color: #A84C1A;
}
.AnyTagClassName
{
color: #A84C1A;
}
</style>
background-color css
<style>
a { background-color: #A84C1A; }
a { background-color: rgb(168,76,26); }
div.DivClassName
{
background-color: #A84C1A;
}
.BgClassName
{
background-color: #A84C1A;
}
</style>
border-color css
<style>
span { border-color: #A84C1A; }
span { border-color: rgb(168,76,26); }
td.TdClassName
{
border-color: #A84C1A;
}
.TagClassName
{
border-color: #A84C1A;
}
</style>