Shades of Rich Gold #A84923
Tints of Rich Gold #A84923
RGB
CMYK
RGB Variations
Color information
#A84923 (or 0xA84923) is known color: Rich Gold. HEX triplet: A8, 49 and 23. RGB value is (168,73,35). Sum of RGB (Red+Green+Blue) = 168+73+35=276 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.87% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 35 (14.06% from 255 or 12.68% from 276); Max value from RGB is 168 - color contains mainly: red. Hex color #A84923 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84923 is #57B6DC. Grayscale: #616161. Windows color (decimal): -5748445 or 2312616. OLE color: 2312616.
HSL color Cylindrical-coordinate representation of color #A84923: hue angle of 17.14º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A84923 is Cyan = 0, Magento = 0.57, Yellow = 0.79 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 73 | 35 | - |
| CMYK | 0 | 0.57 | 0.79 | 0.34 |
| HSL | 17.14º | 0.66% | 0.4% | - |
| HSV(B) | 17.14º | 0.79% | 0.66% | - |
| XYZ | 18.83 | 13.21 | 3.15 | - |
| YUV | 97.07 | 92.97 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 73 | 35 | 0 | 0.57 | 0.79 | 0.34 | 17.14 | 0.66 | 0.4 |
| Hex | A8 | 49 | 23 | 0 | 39 | 4F | 22 | 11 | 42 | 28 |
| Octal | 250 | 111 | 43 | 0 | 71 | 117 | 42 | 21 | 102 | 50 |
| Binary | 10101000 | 1001001 | 100011 | 0 | 111001 | 1001111 | 100010 | 10001 | 1000010 | 101000 |
Color Harmonies of #A84923
Complementary color
Monochromatic Colors of #A84923
Black with #A84923
Text Example
Text Example
White with #A84923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84923; }
p { color: rgb(168,73,35); }
H1.HeaderClassName
{
color: #A84923;
}
.AnyTagClassName
{
color: #A84923;
}
</style>
background-color css
<style>
a { background-color: #A84923; }
a { background-color: rgb(168,73,35); }
div.DivClassName
{
background-color: #A84923;
}
.BgClassName
{
background-color: #A84923;
}
</style>
border-color css
<style>
span { border-color: #A84923; }
span { border-color: rgb(168,73,35); }
td.TdClassName
{
border-color: #A84923;
}
.TagClassName
{
border-color: #A84923;
}
</style>