Shades of Rich Gold #A85327
Tints of Rich Gold #A85327
RGB
CMYK
RGB Variations
Color information
#A85327 (or 0xA85327) is known color: Rich Gold. HEX triplet: A8, 53 and 27. RGB value is (168,83,39). Sum of RGB (Red+Green+Blue) = 168+83+39=290 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.93% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 39 (15.62% from 255 or 13.45% from 290); Max value from RGB is 168 - color contains mainly: red. Hex color #A85327 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85327 is #57ACD8. Grayscale: #676767. Windows color (decimal): -5745881 or 2577320. OLE color: 2577320.
HSL color Cylindrical-coordinate representation of color #A85327: hue angle of 20.47º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A85327 is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 83 | 39 | - |
| CMYK | 0 | 0.51 | 0.77 | 0.34 |
| HSL | 20.47º | 0.62% | 0.41% | - |
| HSV(B) | 20.47º | 0.77% | 0.66% | - |
| XYZ | 19.61 | 14.66 | 3.72 | - |
| YUV | 103.4 | 91.66 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 83 | 39 | 0 | 0.51 | 0.77 | 0.34 | 20.47 | 0.62 | 0.41 |
| Hex | A8 | 53 | 27 | 0 | 33 | 4D | 22 | 14 | 3E | 29 |
| Octal | 250 | 123 | 47 | 0 | 63 | 115 | 42 | 24 | 76 | 51 |
| Binary | 10101000 | 1010011 | 100111 | 0 | 110011 | 1001101 | 100010 | 10100 | 111110 | 101001 |
Color Harmonies of #A85327
Complementary color
Monochromatic Colors of #A85327
Black with #A85327
Text Example
Text Example
White with #A85327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85327; }
p { color: rgb(168,83,39); }
H1.HeaderClassName
{
color: #A85327;
}
.AnyTagClassName
{
color: #A85327;
}
</style>
background-color css
<style>
a { background-color: #A85327; }
a { background-color: rgb(168,83,39); }
div.DivClassName
{
background-color: #A85327;
}
.BgClassName
{
background-color: #A85327;
}
</style>
border-color css
<style>
span { border-color: #A85327; }
span { border-color: rgb(168,83,39); }
td.TdClassName
{
border-color: #A85327;
}
.TagClassName
{
border-color: #A85327;
}
</style>