Shades of Rich Gold #A24B16
Tints of Rich Gold #A24B16
RGB
CMYK
RGB Variations
Color information
#A24B16 (or 0xA24B16) is known color: Rich Gold. HEX triplet: A2, 4B and 16. RGB value is (162,75,22). Sum of RGB (Red+Green+Blue) = 162+75+22=259 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.55% from 259); Green value is 75 (29.69% from 255 or 28.96% from 259); Blue value is 22 (8.98% from 255 or 8.49% from 259); Max value from RGB is 162 - color contains mainly: red. Hex color #A24B16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24B16 is #5DB4E9. Grayscale: #5F5F5F. Windows color (decimal): -6141162 or 1461154. OLE color: 1461154.
HSL color Cylindrical-coordinate representation of color #A24B16: hue angle of 22.71º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A24B16 is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 75 | 22 | - |
| CMYK | 0 | 0.54 | 0.86 | 0.36 |
| HSL | 22.71º | 0.76% | 0.36% | - |
| HSV(B) | 22.71º | 0.86% | 0.64% | - |
| XYZ | 17.56 | 12.77 | 2.3 | - |
| YUV | 94.97 | 86.82 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 75 | 22 | 0 | 0.54 | 0.86 | 0.36 | 22.71 | 0.76 | 0.36 |
| Hex | A2 | 4B | 16 | 0 | 36 | 56 | 24 | 17 | 4C | 24 |
| Octal | 242 | 113 | 26 | 0 | 66 | 126 | 44 | 27 | 114 | 44 |
| Binary | 10100010 | 1001011 | 10110 | 0 | 110110 | 1010110 | 100100 | 10111 | 1001100 | 100100 |
Color Harmonies of #A24B16
Complementary color
Monochromatic Colors of #A24B16
Black with #A24B16
Text Example
Text Example
White with #A24B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24B16; }
p { color: rgb(162,75,22); }
H1.HeaderClassName
{
color: #A24B16;
}
.AnyTagClassName
{
color: #A24B16;
}
</style>
background-color css
<style>
a { background-color: #A24B16; }
a { background-color: rgb(162,75,22); }
div.DivClassName
{
background-color: #A24B16;
}
.BgClassName
{
background-color: #A24B16;
}
</style>
border-color css
<style>
span { border-color: #A24B16; }
span { border-color: rgb(162,75,22); }
td.TdClassName
{
border-color: #A24B16;
}
.TagClassName
{
border-color: #A24B16;
}
</style>