Shades of Rich Gold #A25D25
Tints of Rich Gold #A25D25
RGB
CMYK
RGB Variations
Color information
#A25D25 (or 0xA25D25) is known color: Rich Gold. HEX triplet: A2, 5D and 25. RGB value is (162,93,37). Sum of RGB (Red+Green+Blue) = 162+93+37=292 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.48% from 292); Green value is 93 (36.72% from 255 or 31.85% from 292); Blue value is 37 (14.84% from 255 or 12.67% from 292); Max value from RGB is 162 - color contains mainly: red. Hex color #A25D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25D25 is #5DA2DA. Grayscale: #6B6B6B. Windows color (decimal): -6136539 or 2448802. OLE color: 2448802.
HSL color Cylindrical-coordinate representation of color #A25D25: hue angle of 26.88º degrees, saturation: 0.63, 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 #A25D25 is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 93 | 37 | - |
| CMYK | 0 | 0.43 | 0.77 | 0.36 |
| HSL | 26.88º | 0.63% | 0.39% | - |
| HSV(B) | 26.88º | 0.77% | 0.64% | - |
| XYZ | 19.15 | 15.64 | 3.76 | - |
| YUV | 107.25 | 88.36 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 93 | 37 | 0 | 0.43 | 0.77 | 0.36 | 26.88 | 0.63 | 0.39 |
| Hex | A2 | 5D | 25 | 0 | 2B | 4D | 24 | 1B | 3F | 27 |
| Octal | 242 | 135 | 45 | 0 | 53 | 115 | 44 | 33 | 77 | 47 |
| Binary | 10100010 | 1011101 | 100101 | 0 | 101011 | 1001101 | 100100 | 11011 | 111111 | 100111 |
Color Harmonies of #A25D25
Complementary color
Monochromatic Colors of #A25D25
Black with #A25D25
Text Example
Text Example
White with #A25D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25D25; }
p { color: rgb(162,93,37); }
H1.HeaderClassName
{
color: #A25D25;
}
.AnyTagClassName
{
color: #A25D25;
}
</style>
background-color css
<style>
a { background-color: #A25D25; }
a { background-color: rgb(162,93,37); }
div.DivClassName
{
background-color: #A25D25;
}
.BgClassName
{
background-color: #A25D25;
}
</style>
border-color css
<style>
span { border-color: #A25D25; }
span { border-color: rgb(162,93,37); }
td.TdClassName
{
border-color: #A25D25;
}
.TagClassName
{
border-color: #A25D25;
}
</style>