Shades of Rich Gold #A2481B
Tints of Rich Gold #A2481B
RGB
CMYK
RGB Variations
Color information
#A2481B (or 0xA2481B) is known color: Rich Gold. HEX triplet: A2, 48 and 1B. RGB value is (162,72,27). Sum of RGB (Red+Green+Blue) = 162+72+27=261 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.07% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 27 (10.94% from 255 or 10.34% from 261); Max value from RGB is 162 - color contains mainly: red. Hex color #A2481B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2481B is #5DB7E4. Grayscale: #5E5E5E. Windows color (decimal): -6141925 or 1788066. OLE color: 1788066.
HSL color Cylindrical-coordinate representation of color #A2481B: hue angle of 20º 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 #A2481B is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 72 | 27 | - |
| CMYK | 0 | 0.56 | 0.83 | 0.36 |
| HSL | 20º | 0.71% | 0.37% | - |
| HSV(B) | 20º | 0.83% | 0.64% | - |
| XYZ | 17.42 | 12.4 | 2.51 | - |
| YUV | 93.78 | 90.32 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 72 | 27 | 0 | 0.56 | 0.83 | 0.36 | 20 | 0.71 | 0.37 |
| Hex | A2 | 48 | 1B | 0 | 38 | 53 | 24 | 14 | 47 | 25 |
| Octal | 242 | 110 | 33 | 0 | 70 | 123 | 44 | 24 | 107 | 45 |
| Binary | 10100010 | 1001000 | 11011 | 0 | 111000 | 1010011 | 100100 | 10100 | 1000111 | 100101 |
Color Harmonies of #A2481B
Complementary color
Monochromatic Colors of #A2481B
Black with #A2481B
Text Example
Text Example
White with #A2481B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2481B; }
p { color: rgb(162,72,27); }
H1.HeaderClassName
{
color: #A2481B;
}
.AnyTagClassName
{
color: #A2481B;
}
</style>
background-color css
<style>
a { background-color: #A2481B; }
a { background-color: rgb(162,72,27); }
div.DivClassName
{
background-color: #A2481B;
}
.BgClassName
{
background-color: #A2481B;
}
</style>
border-color css
<style>
span { border-color: #A2481B; }
span { border-color: rgb(162,72,27); }
td.TdClassName
{
border-color: #A2481B;
}
.TagClassName
{
border-color: #A2481B;
}
</style>