Shades of Rich Gold #A85D25
Tints of Rich Gold #A85D25
RGB
CMYK
RGB Variations
Color information
#A85D25 (or 0xA85D25) is known color: Rich Gold. HEX triplet: A8, 5D and 25. RGB value is (168,93,37). Sum of RGB (Red+Green+Blue) = 168+93+37=298 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.38% from 298); Green value is 93 (36.72% from 255 or 31.21% from 298); Blue value is 37 (14.84% from 255 or 12.42% from 298); Max value from RGB is 168 - color contains mainly: red. Hex color #A85D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85D25 is #57A2DA. Grayscale: #6D6D6D. Windows color (decimal): -5743323 or 2448808. OLE color: 2448808.
HSL color Cylindrical-coordinate representation of color #A85D25: hue angle of 25.65º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A85D25 is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 93 | 37 | - |
| CMYK | 0 | 0.45 | 0.78 | 0.34 |
| HSL | 25.65º | 0.64% | 0.4% | - |
| HSV(B) | 25.65º | 0.78% | 0.66% | - |
| XYZ | 20.4 | 16.29 | 3.82 | - |
| YUV | 109.04 | 87.35 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 93 | 37 | 0 | 0.45 | 0.78 | 0.34 | 25.65 | 0.64 | 0.4 |
| Hex | A8 | 5D | 25 | 0 | 2D | 4E | 22 | 1A | 40 | 28 |
| Octal | 250 | 135 | 45 | 0 | 55 | 116 | 42 | 32 | 100 | 50 |
| Binary | 10101000 | 1011101 | 100101 | 0 | 101101 | 1001110 | 100010 | 11010 | 1000000 | 101000 |
Color Harmonies of #A85D25
Complementary color
Monochromatic Colors of #A85D25
Black with #A85D25
Text Example
Text Example
White with #A85D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85D25; }
p { color: rgb(168,93,37); }
H1.HeaderClassName
{
color: #A85D25;
}
.AnyTagClassName
{
color: #A85D25;
}
</style>
background-color css
<style>
a { background-color: #A85D25; }
a { background-color: rgb(168,93,37); }
div.DivClassName
{
background-color: #A85D25;
}
.BgClassName
{
background-color: #A85D25;
}
</style>
border-color css
<style>
span { border-color: #A85D25; }
span { border-color: rgb(168,93,37); }
td.TdClassName
{
border-color: #A85D25;
}
.TagClassName
{
border-color: #A85D25;
}
</style>