Shades of Rich Gold #A25B25
Tints of Rich Gold #A25B25
RGB
CMYK
RGB Variations
Color information
#A25B25 (or 0xA25B25) is known color: Rich Gold. HEX triplet: A2, 5B and 25. RGB value is (162,91,37). Sum of RGB (Red+Green+Blue) = 162+91+37=290 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.86% from 290); Green value is 91 (35.94% from 255 or 31.38% from 290); Blue value is 37 (14.84% from 255 or 12.76% from 290); Max value from RGB is 162 - color contains mainly: red. Hex color #A25B25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25B25 is #5DA4DA. Grayscale: #6A6A6A. Windows color (decimal): -6137051 or 2448290. OLE color: 2448290.
HSL color Cylindrical-coordinate representation of color #A25B25: hue angle of 25.92º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A25B25 is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 91 | 37 | - |
| CMYK | 0 | 0.44 | 0.77 | 0.36 |
| HSL | 25.92º | 0.63% | 0.39% | - |
| HSV(B) | 25.92º | 0.77% | 0.64% | - |
| XYZ | 18.98 | 15.3 | 3.7 | - |
| YUV | 106.07 | 89.02 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 91 | 37 | 0 | 0.44 | 0.77 | 0.36 | 25.92 | 0.63 | 0.39 |
| Hex | A2 | 5B | 25 | 0 | 2C | 4D | 24 | 1A | 3F | 27 |
| Octal | 242 | 133 | 45 | 0 | 54 | 115 | 44 | 32 | 77 | 47 |
| Binary | 10100010 | 1011011 | 100101 | 0 | 101100 | 1001101 | 100100 | 11010 | 111111 | 100111 |
Color Harmonies of #A25B25
Complementary color
Monochromatic Colors of #A25B25
Black with #A25B25
Text Example
Text Example
White with #A25B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25B25; }
p { color: rgb(162,91,37); }
H1.HeaderClassName
{
color: #A25B25;
}
.AnyTagClassName
{
color: #A25B25;
}
</style>
background-color css
<style>
a { background-color: #A25B25; }
a { background-color: rgb(162,91,37); }
div.DivClassName
{
background-color: #A25B25;
}
.BgClassName
{
background-color: #A25B25;
}
</style>
border-color css
<style>
span { border-color: #A25B25; }
span { border-color: rgb(162,91,37); }
td.TdClassName
{
border-color: #A25B25;
}
.TagClassName
{
border-color: #A25B25;
}
</style>