Shades of Rich Gold #A24F15
Tints of Rich Gold #A24F15
RGB
CMYK
RGB Variations
Color information
#A24F15 (or 0xA24F15) is known color: Rich Gold. HEX triplet: A2, 4F and 15. RGB value is (162,79,21). Sum of RGB (Red+Green+Blue) = 162+79+21=262 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.83% from 262); Green value is 79 (31.25% from 255 or 30.15% from 262); Blue value is 21 (8.59% from 255 or 8.02% from 262); Max value from RGB is 162 - color contains mainly: red. Hex color #A24F15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A24F15 is #5DB0EA. Grayscale: #616161. Windows color (decimal): -6140139 or 1396642. OLE color: 1396642.
HSL color Cylindrical-coordinate representation of color #A24F15: hue angle of 24.68º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A24F15 is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 79 | 21 | - |
| CMYK | 0 | 0.51 | 0.87 | 0.36 |
| HSL | 24.68º | 0.77% | 0.36% | - |
| HSV(B) | 24.68º | 0.87% | 0.64% | - |
| XYZ | 17.83 | 13.33 | 2.34 | - |
| YUV | 97.21 | 85 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 79 | 21 | 0 | 0.51 | 0.87 | 0.36 | 24.68 | 0.77 | 0.36 |
| Hex | A2 | 4F | 15 | 0 | 33 | 57 | 24 | 19 | 4D | 24 |
| Octal | 242 | 117 | 25 | 0 | 63 | 127 | 44 | 31 | 115 | 44 |
| Binary | 10100010 | 1001111 | 10101 | 0 | 110011 | 1010111 | 100100 | 11001 | 1001101 | 100100 |
Color Harmonies of #A24F15
Complementary color
Monochromatic Colors of #A24F15
Black with #A24F15
Text Example
Text Example
White with #A24F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24F15; }
p { color: rgb(162,79,21); }
H1.HeaderClassName
{
color: #A24F15;
}
.AnyTagClassName
{
color: #A24F15;
}
</style>
background-color css
<style>
a { background-color: #A24F15; }
a { background-color: rgb(162,79,21); }
div.DivClassName
{
background-color: #A24F15;
}
.BgClassName
{
background-color: #A24F15;
}
</style>
border-color css
<style>
span { border-color: #A24F15; }
span { border-color: rgb(162,79,21); }
td.TdClassName
{
border-color: #A24F15;
}
.TagClassName
{
border-color: #A24F15;
}
</style>