Shades of Rich Gold #A84E23
Tints of Rich Gold #A84E23
RGB
CMYK
RGB Variations
Color information
#A84E23 (or 0xA84E23) is known color: Rich Gold. HEX triplet: A8, 4E and 23. RGB value is (168,78,35). Sum of RGB (Red+Green+Blue) = 168+78+35=281 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.79% from 281); Green value is 78 (30.86% from 255 or 27.76% from 281); Blue value is 35 (14.06% from 255 or 12.46% from 281); Max value from RGB is 168 - color contains mainly: red. Hex color #A84E23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A84E23 is #57B1DC. Grayscale: #646464. Windows color (decimal): -5747165 or 2313896. OLE color: 2313896.
HSL color Cylindrical-coordinate representation of color #A84E23: hue angle of 19.4º 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 #A84E23 is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 78 | 35 | - |
| CMYK | 0 | 0.54 | 0.79 | 0.34 |
| HSL | 19.4º | 0.66% | 0.4% | - |
| HSV(B) | 19.4º | 0.79% | 0.66% | - |
| XYZ | 19.18 | 13.89 | 3.26 | - |
| YUV | 100.01 | 91.32 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 78 | 35 | 0 | 0.54 | 0.79 | 0.34 | 19.4 | 0.66 | 0.4 |
| Hex | A8 | 4E | 23 | 0 | 36 | 4F | 22 | 13 | 42 | 28 |
| Octal | 250 | 116 | 43 | 0 | 66 | 117 | 42 | 23 | 102 | 50 |
| Binary | 10101000 | 1001110 | 100011 | 0 | 110110 | 1001111 | 100010 | 10011 | 1000010 | 101000 |
Color Harmonies of #A84E23
Complementary color
Monochromatic Colors of #A84E23
Black with #A84E23
Text Example
Text Example
White with #A84E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84E23; }
p { color: rgb(168,78,35); }
H1.HeaderClassName
{
color: #A84E23;
}
.AnyTagClassName
{
color: #A84E23;
}
</style>
background-color css
<style>
a { background-color: #A84E23; }
a { background-color: rgb(168,78,35); }
div.DivClassName
{
background-color: #A84E23;
}
.BgClassName
{
background-color: #A84E23;
}
</style>
border-color css
<style>
span { border-color: #A84E23; }
span { border-color: rgb(168,78,35); }
td.TdClassName
{
border-color: #A84E23;
}
.TagClassName
{
border-color: #A84E23;
}
</style>