Shades of Rich Gold #A25A1D
Tints of Rich Gold #A25A1D
RGB
CMYK
RGB Variations
Color information
#A25A1D (or 0xA25A1D) is known color: Rich Gold. HEX triplet: A2, 5A and 1D. RGB value is (162,90,29). Sum of RGB (Red+Green+Blue) = 162+90+29=281 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.65% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 29 (11.72% from 255 or 10.32% from 281); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25A1D is #5DA5E2. Grayscale: #686868. Windows color (decimal): -6137315 or 1923746. OLE color: 1923746.
HSL color Cylindrical-coordinate representation of color #A25A1D: hue angle of 27.52º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A25A1D is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 90 | 29 | - |
| CMYK | 0 | 0.44 | 0.82 | 0.36 |
| HSL | 27.52º | 0.7% | 0.37% | - |
| HSV(B) | 27.52º | 0.82% | 0.64% | - |
| XYZ | 18.78 | 15.08 | 3.08 | - |
| YUV | 104.57 | 85.35 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 90 | 29 | 0 | 0.44 | 0.82 | 0.36 | 27.52 | 0.7 | 0.37 |
| Hex | A2 | 5A | 1D | 0 | 2C | 52 | 24 | 1C | 46 | 25 |
| Octal | 242 | 132 | 35 | 0 | 54 | 122 | 44 | 34 | 106 | 45 |
| Binary | 10100010 | 1011010 | 11101 | 0 | 101100 | 1010010 | 100100 | 11100 | 1000110 | 100101 |
Color Harmonies of #A25A1D
Complementary color
Monochromatic Colors of #A25A1D
Black with #A25A1D
Text Example
Text Example
White with #A25A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25A1D; }
p { color: rgb(162,90,29); }
H1.HeaderClassName
{
color: #A25A1D;
}
.AnyTagClassName
{
color: #A25A1D;
}
</style>
background-color css
<style>
a { background-color: #A25A1D; }
a { background-color: rgb(162,90,29); }
div.DivClassName
{
background-color: #A25A1D;
}
.BgClassName
{
background-color: #A25A1D;
}
</style>
border-color css
<style>
span { border-color: #A25A1D; }
span { border-color: rgb(162,90,29); }
td.TdClassName
{
border-color: #A25A1D;
}
.TagClassName
{
border-color: #A25A1D;
}
</style>