Shades of Rich Gold #A24D23
Tints of Rich Gold #A24D23
RGB
CMYK
RGB Variations
Color information
#A24D23 (or 0xA24D23) is known color: Rich Gold. HEX triplet: A2, 4D and 23. RGB value is (162,77,35). Sum of RGB (Red+Green+Blue) = 162+77+35=274 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.12% from 274); Green value is 77 (30.47% from 255 or 28.10% from 274); Blue value is 35 (14.06% from 255 or 12.77% from 274); Max value from RGB is 162 - color contains mainly: red. Hex color #A24D23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A24D23 is #5DB2DC. Grayscale: #616161. Windows color (decimal): -6140637 or 2313634. OLE color: 2313634.
HSL color Cylindrical-coordinate representation of color #A24D23: hue angle of 19.84º 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 #A24D23 is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 77 | 35 | - |
| CMYK | 0 | 0.52 | 0.78 | 0.36 |
| HSL | 19.84º | 0.64% | 0.39% | - |
| HSV(B) | 19.84º | 0.78% | 0.64% | - |
| XYZ | 17.86 | 13.11 | 3.18 | - |
| YUV | 97.63 | 92.66 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 77 | 35 | 0 | 0.52 | 0.78 | 0.36 | 19.84 | 0.64 | 0.39 |
| Hex | A2 | 4D | 23 | 0 | 34 | 4E | 24 | 14 | 40 | 27 |
| Octal | 242 | 115 | 43 | 0 | 64 | 116 | 44 | 24 | 100 | 47 |
| Binary | 10100010 | 1001101 | 100011 | 0 | 110100 | 1001110 | 100100 | 10100 | 1000000 | 100111 |
Color Harmonies of #A24D23
Complementary color
Monochromatic Colors of #A24D23
Black with #A24D23
Text Example
Text Example
White with #A24D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24D23; }
p { color: rgb(162,77,35); }
H1.HeaderClassName
{
color: #A24D23;
}
.AnyTagClassName
{
color: #A24D23;
}
</style>
background-color css
<style>
a { background-color: #A24D23; }
a { background-color: rgb(162,77,35); }
div.DivClassName
{
background-color: #A24D23;
}
.BgClassName
{
background-color: #A24D23;
}
</style>
border-color css
<style>
span { border-color: #A24D23; }
span { border-color: rgb(162,77,35); }
td.TdClassName
{
border-color: #A24D23;
}
.TagClassName
{
border-color: #A24D23;
}
</style>