Shades of Rich Gold #A24B15
Tints of Rich Gold #A24B15
RGB
CMYK
RGB Variations
Color information
#A24B15 (or 0xA24B15) is known color: Rich Gold. HEX triplet: A2, 4B and 15. RGB value is (162,75,21). Sum of RGB (Red+Green+Blue) = 162+75+21=258 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.79% from 258); Green value is 75 (29.69% from 255 or 29.07% from 258); Blue value is 21 (8.59% from 255 or 8.14% from 258); Max value from RGB is 162 - color contains mainly: red. Hex color #A24B15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24B15 is #5DB4EA. Grayscale: #5F5F5F. Windows color (decimal): -6141163 or 1395618. OLE color: 1395618.
HSL color Cylindrical-coordinate representation of color #A24B15: hue angle of 22.98º 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 #A24B15 is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 75 | 21 | - |
| CMYK | 0 | 0.54 | 0.87 | 0.36 |
| HSL | 22.98º | 0.77% | 0.36% | - |
| HSV(B) | 22.98º | 0.87% | 0.64% | - |
| XYZ | 17.55 | 12.77 | 2.25 | - |
| YUV | 94.86 | 86.32 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 75 | 21 | 0 | 0.54 | 0.87 | 0.36 | 22.98 | 0.77 | 0.36 |
| Hex | A2 | 4B | 15 | 0 | 36 | 57 | 24 | 17 | 4D | 24 |
| Octal | 242 | 113 | 25 | 0 | 66 | 127 | 44 | 27 | 115 | 44 |
| Binary | 10100010 | 1001011 | 10101 | 0 | 110110 | 1010111 | 100100 | 10111 | 1001101 | 100100 |
Color Harmonies of #A24B15
Complementary color
Monochromatic Colors of #A24B15
Black with #A24B15
Text Example
Text Example
White with #A24B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24B15; }
p { color: rgb(162,75,21); }
H1.HeaderClassName
{
color: #A24B15;
}
.AnyTagClassName
{
color: #A24B15;
}
</style>
background-color css
<style>
a { background-color: #A24B15; }
a { background-color: rgb(162,75,21); }
div.DivClassName
{
background-color: #A24B15;
}
.BgClassName
{
background-color: #A24B15;
}
</style>
border-color css
<style>
span { border-color: #A24B15; }
span { border-color: rgb(162,75,21); }
td.TdClassName
{
border-color: #A24B15;
}
.TagClassName
{
border-color: #A24B15;
}
</style>