Shades of Rich Gold #A85313
Tints of Rich Gold #A85313
RGB
CMYK
RGB Variations
Color information
#A85313 (or 0xA85313) is known color: Rich Gold. HEX triplet: A8, 53 and 13. RGB value is (168,83,19). Sum of RGB (Red+Green+Blue) = 168+83+19=270 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.22% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 19 (7.81% from 255 or 7.04% from 270); Max value from RGB is 168 - color contains mainly: red. Hex color #A85313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85313 is #57ACEC. Grayscale: #656565. Windows color (decimal): -5745901 or 1266600. OLE color: 1266600.
HSL color Cylindrical-coordinate representation of color #A85313: hue angle of 25.77º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A85313 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 83 | 19 | - |
| CMYK | 0 | 0.51 | 0.89 | 0.34 |
| HSL | 25.77º | 0.8% | 0.37% | - |
| HSV(B) | 25.77º | 0.89% | 0.66% | - |
| XYZ | 19.36 | 14.56 | 2.41 | - |
| YUV | 101.12 | 81.66 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 83 | 19 | 0 | 0.51 | 0.89 | 0.34 | 25.77 | 0.8 | 0.37 |
| Hex | A8 | 53 | 13 | 0 | 33 | 59 | 22 | 1A | 50 | 25 |
| Octal | 250 | 123 | 23 | 0 | 63 | 131 | 42 | 32 | 120 | 45 |
| Binary | 10101000 | 1010011 | 10011 | 0 | 110011 | 1011001 | 100010 | 11010 | 1010000 | 100101 |
Color Harmonies of #A85313
Complementary color
Monochromatic Colors of #A85313
Black with #A85313
Text Example
Text Example
White with #A85313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85313; }
p { color: rgb(168,83,19); }
H1.HeaderClassName
{
color: #A85313;
}
.AnyTagClassName
{
color: #A85313;
}
</style>
background-color css
<style>
a { background-color: #A85313; }
a { background-color: rgb(168,83,19); }
div.DivClassName
{
background-color: #A85313;
}
.BgClassName
{
background-color: #A85313;
}
</style>
border-color css
<style>
span { border-color: #A85313; }
span { border-color: rgb(168,83,19); }
td.TdClassName
{
border-color: #A85313;
}
.TagClassName
{
border-color: #A85313;
}
</style>