Shades of Rich Gold #A84A1B
Tints of Rich Gold #A84A1B
RGB
CMYK
RGB Variations
Color information
#A84A1B (or 0xA84A1B) is known color: Rich Gold. HEX triplet: A8, 4A and 1B. RGB value is (168,74,27). Sum of RGB (Red+Green+Blue) = 168+74+27=269 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.45% from 269); Green value is 74 (29.30% from 255 or 27.51% from 269); Blue value is 27 (10.94% from 255 or 10.04% from 269); Max value from RGB is 168 - color contains mainly: red. Hex color #A84A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84A1B is #57B5E4. Grayscale: #616161. Windows color (decimal): -5748197 or 1788584. OLE color: 1788584.
HSL color Cylindrical-coordinate representation of color #A84A1B: hue angle of 20º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A84A1B is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 74 | 27 | - |
| CMYK | 0 | 0.56 | 0.84 | 0.34 |
| HSL | 20º | 0.72% | 0.38% | - |
| HSV(B) | 20º | 0.84% | 0.66% | - |
| XYZ | 18.8 | 13.3 | 2.61 | - |
| YUV | 96.75 | 88.64 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 74 | 27 | 0 | 0.56 | 0.84 | 0.34 | 20 | 0.72 | 0.38 |
| Hex | A8 | 4A | 1B | 0 | 38 | 54 | 22 | 14 | 48 | 26 |
| Octal | 250 | 112 | 33 | 0 | 70 | 124 | 42 | 24 | 110 | 46 |
| Binary | 10101000 | 1001010 | 11011 | 0 | 111000 | 1010100 | 100010 | 10100 | 1001000 | 100110 |
Color Harmonies of #A84A1B
Complementary color
Monochromatic Colors of #A84A1B
Black with #A84A1B
Text Example
Text Example
White with #A84A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84A1B; }
p { color: rgb(168,74,27); }
H1.HeaderClassName
{
color: #A84A1B;
}
.AnyTagClassName
{
color: #A84A1B;
}
</style>
background-color css
<style>
a { background-color: #A84A1B; }
a { background-color: rgb(168,74,27); }
div.DivClassName
{
background-color: #A84A1B;
}
.BgClassName
{
background-color: #A84A1B;
}
</style>
border-color css
<style>
span { border-color: #A84A1B; }
span { border-color: rgb(168,74,27); }
td.TdClassName
{
border-color: #A84A1B;
}
.TagClassName
{
border-color: #A84A1B;
}
</style>