Shades of Rich Gold #A25126
Tints of Rich Gold #A25126
RGB
CMYK
RGB Variations
Color information
#A25126 (or 0xA25126) is known color: Rich Gold. HEX triplet: A2, 51 and 26. RGB value is (162,81,38). Sum of RGB (Red+Green+Blue) = 162+81+38=281 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.65% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 38 (15.23% from 255 or 13.52% from 281); Max value from RGB is 162 - color contains mainly: red. Hex color #A25126 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25126 is #5DAED9. Grayscale: #646464. Windows color (decimal): -6139610 or 2511266. OLE color: 2511266.
HSL color Cylindrical-coordinate representation of color #A25126: hue angle of 20.81º 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 #A25126 is Cyan = 0, Magento = 0.50, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 81 | 38 | - |
| CMYK | 0 | 0.50 | 0.77 | 0.36 |
| HSL | 20.81º | 0.62% | 0.39% | - |
| HSV(B) | 20.81º | 0.77% | 0.64% | - |
| XYZ | 18.19 | 13.71 | 3.52 | - |
| YUV | 100.32 | 92.84 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 81 | 38 | 0 | 0.50 | 0.77 | 0.36 | 20.81 | 0.62 | 0.39 |
| Hex | A2 | 51 | 26 | 0 | 32 | 4D | 24 | 15 | 3E | 27 |
| Octal | 242 | 121 | 46 | 0 | 62 | 115 | 44 | 25 | 76 | 47 |
| Binary | 10100010 | 1010001 | 100110 | 0 | 110010 | 1001101 | 100100 | 10101 | 111110 | 100111 |
Color Harmonies of #A25126
Complementary color
Monochromatic Colors of #A25126
Black with #A25126
Text Example
Text Example
White with #A25126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25126; }
p { color: rgb(162,81,38); }
H1.HeaderClassName
{
color: #A25126;
}
.AnyTagClassName
{
color: #A25126;
}
</style>
background-color css
<style>
a { background-color: #A25126; }
a { background-color: rgb(162,81,38); }
div.DivClassName
{
background-color: #A25126;
}
.BgClassName
{
background-color: #A25126;
}
</style>
border-color css
<style>
span { border-color: #A25126; }
span { border-color: rgb(162,81,38); }
td.TdClassName
{
border-color: #A25126;
}
.TagClassName
{
border-color: #A25126;
}
</style>