Shades of Rich Gold #A84B1C
Tints of Rich Gold #A84B1C
RGB
CMYK
RGB Variations
Color information
#A84B1C (or 0xA84B1C) is known color: Rich Gold. HEX triplet: A8, 4B and 1C. RGB value is (168,75,28). Sum of RGB (Red+Green+Blue) = 168+75+28=271 (35% of max value = 765). Red value is 168 (66.02% from 255 or 61.99% from 271); Green value is 75 (29.69% from 255 or 27.68% from 271); Blue value is 28 (11.33% from 255 or 10.33% from 271); Max value from RGB is 168 - color contains mainly: red. Hex color #A84B1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84B1C is #57B4E3. Grayscale: #616161. Windows color (decimal): -5747940 or 1854376. OLE color: 1854376.
HSL color Cylindrical-coordinate representation of color #A84B1C: hue angle of 20.14º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A84B1C is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 75 | 28 | - |
| CMYK | 0 | 0.55 | 0.83 | 0.34 |
| HSL | 20.14º | 0.71% | 0.38% | - |
| HSV(B) | 20.14º | 0.83% | 0.66% | - |
| XYZ | 18.87 | 13.44 | 2.7 | - |
| YUV | 97.45 | 88.81 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 75 | 28 | 0 | 0.55 | 0.83 | 0.34 | 20.14 | 0.71 | 0.38 |
| Hex | A8 | 4B | 1C | 0 | 37 | 53 | 22 | 14 | 47 | 26 |
| Octal | 250 | 113 | 34 | 0 | 67 | 123 | 42 | 24 | 107 | 46 |
| Binary | 10101000 | 1001011 | 11100 | 0 | 110111 | 1010011 | 100010 | 10100 | 1000111 | 100110 |
Color Harmonies of #A84B1C
Complementary color
Monochromatic Colors of #A84B1C
Black with #A84B1C
Text Example
Text Example
White with #A84B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84B1C; }
p { color: rgb(168,75,28); }
H1.HeaderClassName
{
color: #A84B1C;
}
.AnyTagClassName
{
color: #A84B1C;
}
</style>
background-color css
<style>
a { background-color: #A84B1C; }
a { background-color: rgb(168,75,28); }
div.DivClassName
{
background-color: #A84B1C;
}
.BgClassName
{
background-color: #A84B1C;
}
</style>
border-color css
<style>
span { border-color: #A84B1C; }
span { border-color: rgb(168,75,28); }
td.TdClassName
{
border-color: #A84B1C;
}
.TagClassName
{
border-color: #A84B1C;
}
</style>