Shades of Rich Gold #A25826
Tints of Rich Gold #A25826
RGB
CMYK
RGB Variations
Color information
#A25826 (or 0xA25826) is known color: Rich Gold. HEX triplet: A2, 58 and 26. RGB value is (162,88,38). Sum of RGB (Red+Green+Blue) = 162+88+38=288 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.25% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 38 (15.23% from 255 or 13.19% from 288); Max value from RGB is 162 - color contains mainly: red. Hex color #A25826 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25826 is #5DA7D9. Grayscale: #686868. Windows color (decimal): -6137818 or 2513058. OLE color: 2513058.
HSL color Cylindrical-coordinate representation of color #A25826: hue angle of 24.19º 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 #A25826 is Cyan = 0, Magento = 0.46, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 88 | 38 | - |
| CMYK | 0 | 0.46 | 0.77 | 0.36 |
| HSL | 24.19º | 0.62% | 0.39% | - |
| HSV(B) | 24.19º | 0.77% | 0.64% | - |
| XYZ | 18.74 | 14.8 | 3.7 | - |
| YUV | 104.43 | 90.52 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 88 | 38 | 0 | 0.46 | 0.77 | 0.36 | 24.19 | 0.62 | 0.39 |
| Hex | A2 | 58 | 26 | 0 | 2E | 4D | 24 | 18 | 3E | 27 |
| Octal | 242 | 130 | 46 | 0 | 56 | 115 | 44 | 30 | 76 | 47 |
| Binary | 10100010 | 1011000 | 100110 | 0 | 101110 | 1001101 | 100100 | 11000 | 111110 | 100111 |
Color Harmonies of #A25826
Complementary color
Monochromatic Colors of #A25826
Black with #A25826
Text Example
Text Example
White with #A25826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25826; }
p { color: rgb(162,88,38); }
H1.HeaderClassName
{
color: #A25826;
}
.AnyTagClassName
{
color: #A25826;
}
</style>
background-color css
<style>
a { background-color: #A25826; }
a { background-color: rgb(162,88,38); }
div.DivClassName
{
background-color: #A25826;
}
.BgClassName
{
background-color: #A25826;
}
</style>
border-color css
<style>
span { border-color: #A25826; }
span { border-color: rgb(162,88,38); }
td.TdClassName
{
border-color: #A25826;
}
.TagClassName
{
border-color: #A25826;
}
</style>