Shades of Rich Gold #A25827
Tints of Rich Gold #A25827
RGB
CMYK
RGB Variations
Color information
#A25827 (or 0xA25827) is known color: Rich Gold. HEX triplet: A2, 58 and 27. RGB value is (162,88,39). Sum of RGB (Red+Green+Blue) = 162+88+39=289 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.06% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 39 (15.62% from 255 or 13.49% from 289); Max value from RGB is 162 - color contains mainly: red. Hex color #A25827 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25827 is #5DA7D8. Grayscale: #686868. Windows color (decimal): -6137817 or 2578594. OLE color: 2578594.
HSL color Cylindrical-coordinate representation of color #A25827: hue angle of 23.9º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A25827 is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 88 | 39 | - |
| CMYK | 0 | 0.46 | 0.76 | 0.36 |
| HSL | 23.9º | 0.61% | 0.39% | - |
| HSV(B) | 23.9º | 0.76% | 0.64% | - |
| XYZ | 18.76 | 14.81 | 3.79 | - |
| YUV | 104.54 | 91.02 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 88 | 39 | 0 | 0.46 | 0.76 | 0.36 | 23.9 | 0.61 | 0.39 |
| Hex | A2 | 58 | 27 | 0 | 2E | 4C | 24 | 18 | 3D | 27 |
| Octal | 242 | 130 | 47 | 0 | 56 | 114 | 44 | 30 | 75 | 47 |
| Binary | 10100010 | 1011000 | 100111 | 0 | 101110 | 1001100 | 100100 | 11000 | 111101 | 100111 |
Color Harmonies of #A25827
Complementary color
Monochromatic Colors of #A25827
Black with #A25827
Text Example
Text Example
White with #A25827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25827; }
p { color: rgb(162,88,39); }
H1.HeaderClassName
{
color: #A25827;
}
.AnyTagClassName
{
color: #A25827;
}
</style>
background-color css
<style>
a { background-color: #A25827; }
a { background-color: rgb(162,88,39); }
div.DivClassName
{
background-color: #A25827;
}
.BgClassName
{
background-color: #A25827;
}
</style>
border-color css
<style>
span { border-color: #A25827; }
span { border-color: rgb(162,88,39); }
td.TdClassName
{
border-color: #A25827;
}
.TagClassName
{
border-color: #A25827;
}
</style>