Shades of Rich Gold #A24F0E
Tints of Rich Gold #A24F0E
RGB
CMYK
RGB Variations
Color information
#A24F0E (or 0xA24F0E) is known color: Rich Gold. HEX triplet: A2, 4F and 0E. RGB value is (162,79,14). Sum of RGB (Red+Green+Blue) = 162+79+14=255 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.53% from 255); Green value is 79 (31.25% from 255 or 30.98% from 255); Blue value is 14 (5.86% from 255 or 5.49% from 255); Max value from RGB is 162 - color contains mainly: red. Hex color #A24F0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A24F0E is #5DB0F1. Grayscale: #606060. Windows color (decimal): -6140146 or 937890. OLE color: 937890.
HSL color Cylindrical-coordinate representation of color #A24F0E: hue angle of 26.35º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A24F0E is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 79 | 14 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.36 |
| HSL | 26.35º | 0.84% | 0.35% | - |
| HSV(B) | 26.35º | 0.91% | 0.64% | - |
| XYZ | 17.78 | 13.31 | 2.05 | - |
| YUV | 96.41 | 81.5 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 79 | 14 | 0 | 0.51 | 0.91 | 0.36 | 26.35 | 0.84 | 0.35 |
| Hex | A2 | 4F | E | 0 | 33 | 5B | 24 | 1A | 54 | 23 |
| Octal | 242 | 117 | 16 | 0 | 63 | 133 | 44 | 32 | 124 | 43 |
| Binary | 10100010 | 1001111 | 1110 | 0 | 110011 | 1011011 | 100100 | 11010 | 1010100 | 100011 |
Color Harmonies of #A24F0E
Complementary color
Monochromatic Colors of #A24F0E
Black with #A24F0E
Text Example
Text Example
White with #A24F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24F0E; }
p { color: rgb(162,79,14); }
H1.HeaderClassName
{
color: #A24F0E;
}
.AnyTagClassName
{
color: #A24F0E;
}
</style>
background-color css
<style>
a { background-color: #A24F0E; }
a { background-color: rgb(162,79,14); }
div.DivClassName
{
background-color: #A24F0E;
}
.BgClassName
{
background-color: #A24F0E;
}
</style>
border-color css
<style>
span { border-color: #A24F0E; }
span { border-color: rgb(162,79,14); }
td.TdClassName
{
border-color: #A24F0E;
}
.TagClassName
{
border-color: #A24F0E;
}
</style>