Shades of Rich Gold #A24B24
Tints of Rich Gold #A24B24
RGB
CMYK
RGB Variations
Color information
#A24B24 (or 0xA24B24) is known color: Rich Gold. HEX triplet: A2, 4B and 24. RGB value is (162,75,36). Sum of RGB (Red+Green+Blue) = 162+75+36=273 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.34% from 273); Green value is 75 (29.69% from 255 or 27.47% from 273); Blue value is 36 (14.45% from 255 or 13.19% from 273); Max value from RGB is 162 - color contains mainly: red. Hex color #A24B24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24B24 is #5DB4DB. Grayscale: #606060. Windows color (decimal): -6141148 or 2378658. OLE color: 2378658.
HSL color Cylindrical-coordinate representation of color #A24B24: hue angle of 18.57º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A24B24 is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 75 | 36 | - |
| CMYK | 0 | 0.54 | 0.78 | 0.36 |
| HSL | 18.57º | 0.64% | 0.39% | - |
| HSV(B) | 18.57º | 0.78% | 0.64% | - |
| XYZ | 17.73 | 12.84 | 3.21 | - |
| YUV | 96.57 | 93.82 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 75 | 36 | 0 | 0.54 | 0.78 | 0.36 | 18.57 | 0.64 | 0.39 |
| Hex | A2 | 4B | 24 | 0 | 36 | 4E | 24 | 13 | 40 | 27 |
| Octal | 242 | 113 | 44 | 0 | 66 | 116 | 44 | 23 | 100 | 47 |
| Binary | 10100010 | 1001011 | 100100 | 0 | 110110 | 1001110 | 100100 | 10011 | 1000000 | 100111 |
Color Harmonies of #A24B24
Complementary color
Monochromatic Colors of #A24B24
Black with #A24B24
Text Example
Text Example
White with #A24B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24B24; }
p { color: rgb(162,75,36); }
H1.HeaderClassName
{
color: #A24B24;
}
.AnyTagClassName
{
color: #A24B24;
}
</style>
background-color css
<style>
a { background-color: #A24B24; }
a { background-color: rgb(162,75,36); }
div.DivClassName
{
background-color: #A24B24;
}
.BgClassName
{
background-color: #A24B24;
}
</style>
border-color css
<style>
span { border-color: #A24B24; }
span { border-color: rgb(162,75,36); }
td.TdClassName
{
border-color: #A24B24;
}
.TagClassName
{
border-color: #A24B24;
}
</style>