Shades of Rich Gold #A24A1B
Tints of Rich Gold #A24A1B
RGB
CMYK
RGB Variations
Color information
#A24A1B (or 0xA24A1B) is known color: Rich Gold. HEX triplet: A2, 4A and 1B. RGB value is (162,74,27). Sum of RGB (Red+Green+Blue) = 162+74+27=263 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.60% from 263); Green value is 74 (29.30% from 255 or 28.14% from 263); Blue value is 27 (10.94% from 255 or 10.27% from 263); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24A1B is #5DB5E4. Grayscale: #5F5F5F. Windows color (decimal): -6141413 or 1788578. OLE color: 1788578.
HSL color Cylindrical-coordinate representation of color #A24A1B: hue angle of 20.89º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A24A1B is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 74 | 27 | - |
| CMYK | 0 | 0.54 | 0.83 | 0.36 |
| HSL | 20.89º | 0.71% | 0.37% | - |
| HSV(B) | 20.89º | 0.83% | 0.64% | - |
| XYZ | 17.55 | 12.66 | 2.56 | - |
| YUV | 94.95 | 89.65 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 74 | 27 | 0 | 0.54 | 0.83 | 0.36 | 20.89 | 0.71 | 0.37 |
| Hex | A2 | 4A | 1B | 0 | 36 | 53 | 24 | 15 | 47 | 25 |
| Octal | 242 | 112 | 33 | 0 | 66 | 123 | 44 | 25 | 107 | 45 |
| Binary | 10100010 | 1001010 | 11011 | 0 | 110110 | 1010011 | 100100 | 10101 | 1000111 | 100101 |
Color Harmonies of #A24A1B
Complementary color
Monochromatic Colors of #A24A1B
Black with #A24A1B
Text Example
Text Example
White with #A24A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24A1B; }
p { color: rgb(162,74,27); }
H1.HeaderClassName
{
color: #A24A1B;
}
.AnyTagClassName
{
color: #A24A1B;
}
</style>
background-color css
<style>
a { background-color: #A24A1B; }
a { background-color: rgb(162,74,27); }
div.DivClassName
{
background-color: #A24A1B;
}
.BgClassName
{
background-color: #A24A1B;
}
</style>
border-color css
<style>
span { border-color: #A24A1B; }
span { border-color: rgb(162,74,27); }
td.TdClassName
{
border-color: #A24A1B;
}
.TagClassName
{
border-color: #A24A1B;
}
</style>