Shades of Rich Gold #A85123
Tints of Rich Gold #A85123
RGB
CMYK
RGB Variations
Color information
#A85123 (or 0xA85123) is known color: Rich Gold. HEX triplet: A8, 51 and 23. RGB value is (168,81,35). Sum of RGB (Red+Green+Blue) = 168+81+35=284 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.15% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 35 (14.06% from 255 or 12.32% from 284); Max value from RGB is 168 - color contains mainly: red. Hex color #A85123 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85123 is #57AEDC. Grayscale: #666666. Windows color (decimal): -5746397 or 2314664. OLE color: 2314664.
HSL color Cylindrical-coordinate representation of color #A85123: hue angle of 20.75º 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 #A85123 is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 81 | 35 | - |
| CMYK | 0 | 0.52 | 0.79 | 0.34 |
| HSL | 20.75º | 0.66% | 0.4% | - |
| HSV(B) | 20.75º | 0.79% | 0.66% | - |
| XYZ | 19.39 | 14.33 | 3.33 | - |
| YUV | 101.77 | 90.32 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 81 | 35 | 0 | 0.52 | 0.79 | 0.34 | 20.75 | 0.66 | 0.4 |
| Hex | A8 | 51 | 23 | 0 | 34 | 4F | 22 | 15 | 42 | 28 |
| Octal | 250 | 121 | 43 | 0 | 64 | 117 | 42 | 25 | 102 | 50 |
| Binary | 10101000 | 1010001 | 100011 | 0 | 110100 | 1001111 | 100010 | 10101 | 1000010 | 101000 |
Color Harmonies of #A85123
Complementary color
Monochromatic Colors of #A85123
Black with #A85123
Text Example
Text Example
White with #A85123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85123; }
p { color: rgb(168,81,35); }
H1.HeaderClassName
{
color: #A85123;
}
.AnyTagClassName
{
color: #A85123;
}
</style>
background-color css
<style>
a { background-color: #A85123; }
a { background-color: rgb(168,81,35); }
div.DivClassName
{
background-color: #A85123;
}
.BgClassName
{
background-color: #A85123;
}
</style>
border-color css
<style>
span { border-color: #A85123; }
span { border-color: rgb(168,81,35); }
td.TdClassName
{
border-color: #A85123;
}
.TagClassName
{
border-color: #A85123;
}
</style>