Shades of Rich Gold #A24F0F
Tints of Rich Gold #A24F0F
RGB
CMYK
RGB Variations
Color information
#A24F0F (or 0xA24F0F) is known color: Rich Gold. HEX triplet: A2, 4F and 0F. RGB value is (162,79,15). Sum of RGB (Red+Green+Blue) = 162+79+15=256 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.28% from 256); Green value is 79 (31.25% from 255 or 30.86% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 162 - color contains mainly: red. Hex color #A24F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A24F0F is #5DB0F0. Grayscale: #606060. Windows color (decimal): -6140145 or 1003426. OLE color: 1003426.
HSL color Cylindrical-coordinate representation of color #A24F0F: hue angle of 26.12º degrees, saturation: 0.83, 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 #A24F0F is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 79 | 15 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.36 |
| HSL | 26.12º | 0.83% | 0.35% | - |
| HSV(B) | 26.12º | 0.91% | 0.64% | - |
| XYZ | 17.78 | 13.31 | 2.08 | - |
| YUV | 96.52 | 82 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 79 | 15 | 0 | 0.51 | 0.91 | 0.36 | 26.12 | 0.83 | 0.35 |
| Hex | A2 | 4F | F | 0 | 33 | 5B | 24 | 1A | 53 | 23 |
| Octal | 242 | 117 | 17 | 0 | 63 | 133 | 44 | 32 | 123 | 43 |
| Binary | 10100010 | 1001111 | 1111 | 0 | 110011 | 1011011 | 100100 | 11010 | 1010011 | 100011 |
Color Harmonies of #A24F0F
Complementary color
Monochromatic Colors of #A24F0F
Black with #A24F0F
Text Example
Text Example
White with #A24F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24F0F; }
p { color: rgb(162,79,15); }
H1.HeaderClassName
{
color: #A24F0F;
}
.AnyTagClassName
{
color: #A24F0F;
}
</style>
background-color css
<style>
a { background-color: #A24F0F; }
a { background-color: rgb(162,79,15); }
div.DivClassName
{
background-color: #A24F0F;
}
.BgClassName
{
background-color: #A24F0F;
}
</style>
border-color css
<style>
span { border-color: #A24F0F; }
span { border-color: rgb(162,79,15); }
td.TdClassName
{
border-color: #A24F0F;
}
.TagClassName
{
border-color: #A24F0F;
}
</style>