Shades of Rich Gold #A25324
Tints of Rich Gold #A25324
RGB
CMYK
RGB Variations
Color information
#A25324 (or 0xA25324) is known color: Rich Gold. HEX triplet: A2, 53 and 24. RGB value is (162,83,36). Sum of RGB (Red+Green+Blue) = 162+83+36=281 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.65% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 36 (14.45% from 255 or 12.81% from 281); Max value from RGB is 162 - color contains mainly: red. Hex color #A25324 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25324 is #5DACDB. Grayscale: #656565. Windows color (decimal): -6139100 or 2380706. OLE color: 2380706.
HSL color Cylindrical-coordinate representation of color #A25324: hue angle of 22.38º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A25324 is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 83 | 36 | - |
| CMYK | 0 | 0.49 | 0.78 | 0.36 |
| HSL | 22.38º | 0.64% | 0.39% | - |
| HSV(B) | 22.38º | 0.78% | 0.64% | - |
| XYZ | 18.31 | 14 | 3.41 | - |
| YUV | 101.26 | 91.17 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 83 | 36 | 0 | 0.49 | 0.78 | 0.36 | 22.38 | 0.64 | 0.39 |
| Hex | A2 | 53 | 24 | 0 | 31 | 4E | 24 | 16 | 40 | 27 |
| Octal | 242 | 123 | 44 | 0 | 61 | 116 | 44 | 26 | 100 | 47 |
| Binary | 10100010 | 1010011 | 100100 | 0 | 110001 | 1001110 | 100100 | 10110 | 1000000 | 100111 |
Color Harmonies of #A25324
Complementary color
Monochromatic Colors of #A25324
Black with #A25324
Text Example
Text Example
White with #A25324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25324; }
p { color: rgb(162,83,36); }
H1.HeaderClassName
{
color: #A25324;
}
.AnyTagClassName
{
color: #A25324;
}
</style>
background-color css
<style>
a { background-color: #A25324; }
a { background-color: rgb(162,83,36); }
div.DivClassName
{
background-color: #A25324;
}
.BgClassName
{
background-color: #A25324;
}
</style>
border-color css
<style>
span { border-color: #A25324; }
span { border-color: rgb(162,83,36); }
td.TdClassName
{
border-color: #A25324;
}
.TagClassName
{
border-color: #A25324;
}
</style>