Shades of Rich Gold #A25B26
Tints of Rich Gold #A25B26
RGB
CMYK
RGB Variations
Color information
#A25B26 (or 0xA25B26) is known color: Rich Gold. HEX triplet: A2, 5B and 26. RGB value is (162,91,38). Sum of RGB (Red+Green+Blue) = 162+91+38=291 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.67% from 291); Green value is 91 (35.94% from 255 or 31.27% from 291); Blue value is 38 (15.23% from 255 or 13.06% from 291); Max value from RGB is 162 - color contains mainly: red. Hex color #A25B26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25B26 is #5DA4D9. Grayscale: #6A6A6A. Windows color (decimal): -6137050 or 2513826. OLE color: 2513826.
HSL color Cylindrical-coordinate representation of color #A25B26: hue angle of 25.65º 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 #A25B26 is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 91 | 38 | - |
| CMYK | 0 | 0.44 | 0.77 | 0.36 |
| HSL | 25.65º | 0.62% | 0.39% | - |
| HSV(B) | 25.65º | 0.77% | 0.64% | - |
| XYZ | 18.99 | 15.3 | 3.79 | - |
| YUV | 106.19 | 89.52 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 91 | 38 | 0 | 0.44 | 0.77 | 0.36 | 25.65 | 0.62 | 0.39 |
| Hex | A2 | 5B | 26 | 0 | 2C | 4D | 24 | 1A | 3E | 27 |
| Octal | 242 | 133 | 46 | 0 | 54 | 115 | 44 | 32 | 76 | 47 |
| Binary | 10100010 | 1011011 | 100110 | 0 | 101100 | 1001101 | 100100 | 11010 | 111110 | 100111 |
Color Harmonies of #A25B26
Complementary color
Monochromatic Colors of #A25B26
Black with #A25B26
Text Example
Text Example
White with #A25B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25B26; }
p { color: rgb(162,91,38); }
H1.HeaderClassName
{
color: #A25B26;
}
.AnyTagClassName
{
color: #A25B26;
}
</style>
background-color css
<style>
a { background-color: #A25B26; }
a { background-color: rgb(162,91,38); }
div.DivClassName
{
background-color: #A25B26;
}
.BgClassName
{
background-color: #A25B26;
}
</style>
border-color css
<style>
span { border-color: #A25B26; }
span { border-color: rgb(162,91,38); }
td.TdClassName
{
border-color: #A25B26;
}
.TagClassName
{
border-color: #A25B26;
}
</style>