Shades of Rich Gold #A24B22
Tints of Rich Gold #A24B22
RGB
CMYK
RGB Variations
Color information
#A24B22 (or 0xA24B22) is known color: Rich Gold. HEX triplet: A2, 4B and 22. RGB value is (162,75,34). Sum of RGB (Red+Green+Blue) = 162+75+34=271 (35% of max value = 765). Red value is 162 (63.67% from 255 or 59.78% from 271); Green value is 75 (29.69% from 255 or 27.68% from 271); Blue value is 34 (13.67% from 255 or 12.55% from 271); Max value from RGB is 162 - color contains mainly: red. Hex color #A24B22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24B22 is #5DB4DD. Grayscale: #606060. Windows color (decimal): -6141150 or 2247586. OLE color: 2247586.
HSL color Cylindrical-coordinate representation of color #A24B22: hue angle of 19.22º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A24B22 is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 75 | 34 | - |
| CMYK | 0 | 0.54 | 0.79 | 0.36 |
| HSL | 19.22º | 0.65% | 0.38% | - |
| HSV(B) | 19.22º | 0.79% | 0.64% | - |
| XYZ | 17.71 | 12.83 | 3.06 | - |
| YUV | 96.34 | 92.82 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 75 | 34 | 0 | 0.54 | 0.79 | 0.36 | 19.22 | 0.65 | 0.38 |
| Hex | A2 | 4B | 22 | 0 | 36 | 4F | 24 | 13 | 41 | 26 |
| Octal | 242 | 113 | 42 | 0 | 66 | 117 | 44 | 23 | 101 | 46 |
| Binary | 10100010 | 1001011 | 100010 | 0 | 110110 | 1001111 | 100100 | 10011 | 1000001 | 100110 |
Color Harmonies of #A24B22
Complementary color
Monochromatic Colors of #A24B22
Black with #A24B22
Text Example
Text Example
White with #A24B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24B22; }
p { color: rgb(162,75,34); }
H1.HeaderClassName
{
color: #A24B22;
}
.AnyTagClassName
{
color: #A24B22;
}
</style>
background-color css
<style>
a { background-color: #A24B22; }
a { background-color: rgb(162,75,34); }
div.DivClassName
{
background-color: #A24B22;
}
.BgClassName
{
background-color: #A24B22;
}
</style>
border-color css
<style>
span { border-color: #A24B22; }
span { border-color: rgb(162,75,34); }
td.TdClassName
{
border-color: #A24B22;
}
.TagClassName
{
border-color: #A24B22;
}
</style>