Shades of Rich Gold #A25026
Tints of Rich Gold #A25026
RGB
CMYK
RGB Variations
Color information
#A25026 (or 0xA25026) is known color: Rich Gold. HEX triplet: A2, 50 and 26. RGB value is (162,80,38). Sum of RGB (Red+Green+Blue) = 162+80+38=280 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.86% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 38 (15.23% from 255 or 13.57% from 280); Max value from RGB is 162 - color contains mainly: red. Hex color #A25026 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25026 is #5DAFD9. Grayscale: #636363. Windows color (decimal): -6139866 or 2511010. OLE color: 2511010.
HSL color Cylindrical-coordinate representation of color #A25026: hue angle of 20.32º degrees, saturation: 0.62, 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 #A25026 is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 80 | 38 | - |
| CMYK | 0 | 0.51 | 0.77 | 0.36 |
| HSL | 20.32º | 0.62% | 0.39% | - |
| HSV(B) | 20.32º | 0.77% | 0.64% | - |
| XYZ | 18.12 | 13.56 | 3.5 | - |
| YUV | 99.73 | 93.17 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 80 | 38 | 0 | 0.51 | 0.77 | 0.36 | 20.32 | 0.62 | 0.39 |
| Hex | A2 | 50 | 26 | 0 | 33 | 4D | 24 | 14 | 3E | 27 |
| Octal | 242 | 120 | 46 | 0 | 63 | 115 | 44 | 24 | 76 | 47 |
| Binary | 10100010 | 1010000 | 100110 | 0 | 110011 | 1001101 | 100100 | 10100 | 111110 | 100111 |
Color Harmonies of #A25026
Complementary color
Monochromatic Colors of #A25026
Black with #A25026
Text Example
Text Example
White with #A25026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25026; }
p { color: rgb(162,80,38); }
H1.HeaderClassName
{
color: #A25026;
}
.AnyTagClassName
{
color: #A25026;
}
</style>
background-color css
<style>
a { background-color: #A25026; }
a { background-color: rgb(162,80,38); }
div.DivClassName
{
background-color: #A25026;
}
.BgClassName
{
background-color: #A25026;
}
</style>
border-color css
<style>
span { border-color: #A25026; }
span { border-color: rgb(162,80,38); }
td.TdClassName
{
border-color: #A25026;
}
.TagClassName
{
border-color: #A25026;
}
</style>