Shades of Rich Gold #A84919
Tints of Rich Gold #A84919
RGB
CMYK
RGB Variations
Color information
#A84919 (or 0xA84919) is known color: Rich Gold. HEX triplet: A8, 49 and 19. RGB value is (168,73,25). Sum of RGB (Red+Green+Blue) = 168+73+25=266 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.16% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 25 (10.16% from 255 or 9.40% from 266); Max value from RGB is 168 - color contains mainly: red. Hex color #A84919 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84919 is #57B6E6. Grayscale: #606060. Windows color (decimal): -5748455 or 1657256. OLE color: 1657256.
HSL color Cylindrical-coordinate representation of color #A84919: hue angle of 20.14º degrees, saturation: 0.74, 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 #A84919 is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 73 | 25 | - |
| CMYK | 0 | 0.57 | 0.85 | 0.34 |
| HSL | 20.14º | 0.74% | 0.38% | - |
| HSV(B) | 20.14º | 0.85% | 0.66% | - |
| XYZ | 18.71 | 13.16 | 2.47 | - |
| YUV | 95.93 | 87.97 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 73 | 25 | 0 | 0.57 | 0.85 | 0.34 | 20.14 | 0.74 | 0.38 |
| Hex | A8 | 49 | 19 | 0 | 39 | 55 | 22 | 14 | 4A | 26 |
| Octal | 250 | 111 | 31 | 0 | 71 | 125 | 42 | 24 | 112 | 46 |
| Binary | 10101000 | 1001001 | 11001 | 0 | 111001 | 1010101 | 100010 | 10100 | 1001010 | 100110 |
Color Harmonies of #A84919
Complementary color
Monochromatic Colors of #A84919
Black with #A84919
Text Example
Text Example
White with #A84919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84919; }
p { color: rgb(168,73,25); }
H1.HeaderClassName
{
color: #A84919;
}
.AnyTagClassName
{
color: #A84919;
}
</style>
background-color css
<style>
a { background-color: #A84919; }
a { background-color: rgb(168,73,25); }
div.DivClassName
{
background-color: #A84919;
}
.BgClassName
{
background-color: #A84919;
}
</style>
border-color css
<style>
span { border-color: #A84919; }
span { border-color: rgb(168,73,25); }
td.TdClassName
{
border-color: #A84919;
}
.TagClassName
{
border-color: #A84919;
}
</style>