Shades of Rich Gold #A45A25
Tints of Rich Gold #A45A25
RGB
CMYK
RGB Variations
Color information
#A45A25 (or 0xA45A25) is known color: Rich Gold. HEX triplet: A4, 5A and 25. RGB value is (164,90,37). Sum of RGB (Red+Green+Blue) = 164+90+37=291 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.36% from 291); Green value is 90 (35.55% from 255 or 30.93% from 291); Blue value is 37 (14.84% from 255 or 12.71% from 291); Max value from RGB is 164 - color contains mainly: red. Hex color #A45A25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45A25 is #5BA5DA. Grayscale: #6A6A6A. Windows color (decimal): -6006235 or 2448036. OLE color: 2448036.
HSL color Cylindrical-coordinate representation of color #A45A25: hue angle of 25.04º 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 #A45A25 is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 90 | 37 | - |
| CMYK | 0 | 0.45 | 0.77 | 0.36 |
| HSL | 25.04º | 0.63% | 0.39% | - |
| HSV(B) | 25.04º | 0.77% | 0.64% | - |
| XYZ | 19.3 | 15.34 | 3.69 | - |
| YUV | 106.08 | 89.02 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 90 | 37 | 0 | 0.45 | 0.77 | 0.36 | 25.04 | 0.63 | 0.39 |
| Hex | A4 | 5A | 25 | 0 | 2D | 4D | 24 | 19 | 3F | 27 |
| Octal | 244 | 132 | 45 | 0 | 55 | 115 | 44 | 31 | 77 | 47 |
| Binary | 10100100 | 1011010 | 100101 | 0 | 101101 | 1001101 | 100100 | 11001 | 111111 | 100111 |
Color Harmonies of #A45A25
Complementary color
Monochromatic Colors of #A45A25
Black with #A45A25
Text Example
Text Example
White with #A45A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45A25; }
p { color: rgb(164,90,37); }
H1.HeaderClassName
{
color: #A45A25;
}
.AnyTagClassName
{
color: #A45A25;
}
</style>
background-color css
<style>
a { background-color: #A45A25; }
a { background-color: rgb(164,90,37); }
div.DivClassName
{
background-color: #A45A25;
}
.BgClassName
{
background-color: #A45A25;
}
</style>
border-color css
<style>
span { border-color: #A45A25; }
span { border-color: rgb(164,90,37); }
td.TdClassName
{
border-color: #A45A25;
}
.TagClassName
{
border-color: #A45A25;
}
</style>