Shades of Rich Gold #A85527
Tints of Rich Gold #A85527
RGB
CMYK
RGB Variations
Color information
#A85527 (or 0xA85527) is known color: Rich Gold. HEX triplet: A8, 55 and 27. RGB value is (168,85,39). Sum of RGB (Red+Green+Blue) = 168+85+39=292 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.53% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 39 (15.62% from 255 or 13.36% from 292); Max value from RGB is 168 - color contains mainly: red. Hex color #A85527 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85527 is #57AAD8. Grayscale: #686868. Windows color (decimal): -5745369 or 2577832. OLE color: 2577832.
HSL color Cylindrical-coordinate representation of color #A85527: hue angle of 21.4º 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 #A85527 is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 85 | 39 | - |
| CMYK | 0 | 0.49 | 0.77 | 0.34 |
| HSL | 21.4º | 0.62% | 0.41% | - |
| HSV(B) | 21.4º | 0.77% | 0.66% | - |
| XYZ | 19.76 | 14.97 | 3.77 | - |
| YUV | 104.57 | 91 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 85 | 39 | 0 | 0.49 | 0.77 | 0.34 | 21.4 | 0.62 | 0.41 |
| Hex | A8 | 55 | 27 | 0 | 31 | 4D | 22 | 15 | 3E | 29 |
| Octal | 250 | 125 | 47 | 0 | 61 | 115 | 42 | 25 | 76 | 51 |
| Binary | 10101000 | 1010101 | 100111 | 0 | 110001 | 1001101 | 100010 | 10101 | 111110 | 101001 |
Color Harmonies of #A85527
Complementary color
Monochromatic Colors of #A85527
Black with #A85527
Text Example
Text Example
White with #A85527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85527; }
p { color: rgb(168,85,39); }
H1.HeaderClassName
{
color: #A85527;
}
.AnyTagClassName
{
color: #A85527;
}
</style>
background-color css
<style>
a { background-color: #A85527; }
a { background-color: rgb(168,85,39); }
div.DivClassName
{
background-color: #A85527;
}
.BgClassName
{
background-color: #A85527;
}
</style>
border-color css
<style>
span { border-color: #A85527; }
span { border-color: rgb(168,85,39); }
td.TdClassName
{
border-color: #A85527;
}
.TagClassName
{
border-color: #A85527;
}
</style>