Shades of Rich Gold #A25B28
Tints of Rich Gold #A25B28
RGB
CMYK
RGB Variations
Color information
#A25B28 (or 0xA25B28) is known color: Rich Gold. HEX triplet: A2, 5B and 28. RGB value is (162,91,40). Sum of RGB (Red+Green+Blue) = 162+91+40=293 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.29% from 293); Green value is 91 (35.94% from 255 or 31.06% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 162 - color contains mainly: red. Hex color #A25B28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25B28 is #5DA4D7. Grayscale: #6A6A6A. Windows color (decimal): -6137048 or 2644898. OLE color: 2644898.
HSL color Cylindrical-coordinate representation of color #A25B28: hue angle of 25.08º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A25B28 is Cyan = 0, Magento = 0.44, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 91 | 40 | - |
| CMYK | 0 | 0.44 | 0.75 | 0.36 |
| HSL | 25.08º | 0.6% | 0.4% | - |
| HSV(B) | 25.08º | 0.75% | 0.64% | - |
| XYZ | 19.02 | 15.32 | 3.96 | - |
| YUV | 106.42 | 90.52 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 91 | 40 | 0 | 0.44 | 0.75 | 0.36 | 25.08 | 0.6 | 0.4 |
| Hex | A2 | 5B | 28 | 0 | 2C | 4B | 24 | 19 | 3C | 28 |
| Octal | 242 | 133 | 50 | 0 | 54 | 113 | 44 | 31 | 74 | 50 |
| Binary | 10100010 | 1011011 | 101000 | 0 | 101100 | 1001011 | 100100 | 11001 | 111100 | 101000 |
Color Harmonies of #A25B28
Complementary color
Monochromatic Colors of #A25B28
Black with #A25B28
Text Example
Text Example
White with #A25B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25B28; }
p { color: rgb(162,91,40); }
H1.HeaderClassName
{
color: #A25B28;
}
.AnyTagClassName
{
color: #A25B28;
}
</style>
background-color css
<style>
a { background-color: #A25B28; }
a { background-color: rgb(162,91,40); }
div.DivClassName
{
background-color: #A25B28;
}
.BgClassName
{
background-color: #A25B28;
}
</style>
border-color css
<style>
span { border-color: #A25B28; }
span { border-color: rgb(162,91,40); }
td.TdClassName
{
border-color: #A25B28;
}
.TagClassName
{
border-color: #A25B28;
}
</style>