Shades of Rich Gold #A3451D
Tints of Rich Gold #A3451D
RGB
CMYK
RGB Variations
Color information
#A3451D (or 0xA3451D) is known color: Rich Gold. HEX triplet: A3, 45 and 1D. RGB value is (163,69,29). Sum of RGB (Red+Green+Blue) = 163+69+29=261 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.45% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 29 (11.72% from 255 or 11.11% from 261); Max value from RGB is 163 - color contains mainly: red. Hex color #A3451D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3451D is #5CBAE2. Grayscale: #5C5C5C. Windows color (decimal): -6077155 or 1918371. OLE color: 1918371.
HSL color Cylindrical-coordinate representation of color #A3451D: hue angle of 17.91º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A3451D is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 69 | 29 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.36 |
| HSL | 17.91º | 0.7% | 0.38% | - |
| HSV(B) | 17.91º | 0.82% | 0.64% | - |
| XYZ | 17.45 | 12.13 | 2.58 | - |
| YUV | 92.55 | 92.14 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 69 | 29 | 0 | 0.58 | 0.82 | 0.36 | 17.91 | 0.7 | 0.38 |
| Hex | A3 | 45 | 1D | 0 | 3A | 52 | 24 | 12 | 46 | 26 |
| Octal | 243 | 105 | 35 | 0 | 72 | 122 | 44 | 22 | 106 | 46 |
| Binary | 10100011 | 1000101 | 11101 | 0 | 111010 | 1010010 | 100100 | 10010 | 1000110 | 100110 |
Color Harmonies of #A3451D
Complementary color
Monochromatic Colors of #A3451D
Black with #A3451D
Text Example
Text Example
White with #A3451D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3451D; }
p { color: rgb(163,69,29); }
H1.HeaderClassName
{
color: #A3451D;
}
.AnyTagClassName
{
color: #A3451D;
}
</style>
background-color css
<style>
a { background-color: #A3451D; }
a { background-color: rgb(163,69,29); }
div.DivClassName
{
background-color: #A3451D;
}
.BgClassName
{
background-color: #A3451D;
}
</style>
border-color css
<style>
span { border-color: #A3451D; }
span { border-color: rgb(163,69,29); }
td.TdClassName
{
border-color: #A3451D;
}
.TagClassName
{
border-color: #A3451D;
}
</style>