Shades of Rich Gold #A2451A
Tints of Rich Gold #A2451A
RGB
CMYK
RGB Variations
Color information
#A2451A (or 0xA2451A) is known color: Rich Gold. HEX triplet: A2, 45 and 1A. RGB value is (162,69,26). Sum of RGB (Red+Green+Blue) = 162+69+26=257 (34% of max value = 765). Red value is 162 (63.67% from 255 or 63.04% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 26 (10.55% from 255 or 10.12% from 257); Max value from RGB is 162 - color contains mainly: red. Hex color #A2451A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2451A is #5DBAE5. Grayscale: #5C5C5C. Windows color (decimal): -6142694 or 1721762. OLE color: 1721762.
HSL color Cylindrical-coordinate representation of color #A2451A: hue angle of 18.97º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A2451A is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 69 | 26 | - |
| CMYK | 0 | 0.57 | 0.84 | 0.36 |
| HSL | 18.97º | 0.72% | 0.37% | - |
| HSV(B) | 18.97º | 0.84% | 0.64% | - |
| XYZ | 17.21 | 12.01 | 2.39 | - |
| YUV | 91.91 | 90.81 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 69 | 26 | 0 | 0.57 | 0.84 | 0.36 | 18.97 | 0.72 | 0.37 |
| Hex | A2 | 45 | 1A | 0 | 39 | 54 | 24 | 13 | 48 | 25 |
| Octal | 242 | 105 | 32 | 0 | 71 | 124 | 44 | 23 | 110 | 45 |
| Binary | 10100010 | 1000101 | 11010 | 0 | 111001 | 1010100 | 100100 | 10011 | 1001000 | 100101 |
Color Harmonies of #A2451A
Complementary color
Monochromatic Colors of #A2451A
Black with #A2451A
Text Example
Text Example
White with #A2451A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2451A; }
p { color: rgb(162,69,26); }
H1.HeaderClassName
{
color: #A2451A;
}
.AnyTagClassName
{
color: #A2451A;
}
</style>
background-color css
<style>
a { background-color: #A2451A; }
a { background-color: rgb(162,69,26); }
div.DivClassName
{
background-color: #A2451A;
}
.BgClassName
{
background-color: #A2451A;
}
</style>
border-color css
<style>
span { border-color: #A2451A; }
span { border-color: rgb(162,69,26); }
td.TdClassName
{
border-color: #A2451A;
}
.TagClassName
{
border-color: #A2451A;
}
</style>