Shades of Rich Gold #A5451D
Tints of Rich Gold #A5451D
RGB
CMYK
RGB Variations
Color information
#A5451D (or 0xA5451D) is known color: Rich Gold. HEX triplet: A5, 45 and 1D. RGB value is (165,69,29). Sum of RGB (Red+Green+Blue) = 165+69+29=263 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.74% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 29 (11.72% from 255 or 11.03% from 263); Max value from RGB is 165 - color contains mainly: red. Hex color #A5451D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5451D is #5ABAE2. Grayscale: #5D5D5D. Windows color (decimal): -5946083 or 1918373. OLE color: 1918373.
HSL color Cylindrical-coordinate representation of color #A5451D: hue angle of 17.65º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A5451D is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 69 | 29 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.35 |
| HSL | 17.65º | 0.7% | 0.38% | - |
| HSV(B) | 17.65º | 0.82% | 0.65% | - |
| XYZ | 17.87 | 12.34 | 2.6 | - |
| YUV | 93.14 | 91.8 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 69 | 29 | 0 | 0.58 | 0.82 | 0.35 | 17.65 | 0.7 | 0.38 |
| Hex | A5 | 45 | 1D | 0 | 3A | 52 | 23 | 12 | 46 | 26 |
| Octal | 245 | 105 | 35 | 0 | 72 | 122 | 43 | 22 | 106 | 46 |
| Binary | 10100101 | 1000101 | 11101 | 0 | 111010 | 1010010 | 100011 | 10010 | 1000110 | 100110 |
Color Harmonies of #A5451D
Complementary color
Monochromatic Colors of #A5451D
Black with #A5451D
Text Example
Text Example
White with #A5451D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5451D; }
p { color: rgb(165,69,29); }
H1.HeaderClassName
{
color: #A5451D;
}
.AnyTagClassName
{
color: #A5451D;
}
</style>
background-color css
<style>
a { background-color: #A5451D; }
a { background-color: rgb(165,69,29); }
div.DivClassName
{
background-color: #A5451D;
}
.BgClassName
{
background-color: #A5451D;
}
</style>
border-color css
<style>
span { border-color: #A5451D; }
span { border-color: rgb(165,69,29); }
td.TdClassName
{
border-color: #A5451D;
}
.TagClassName
{
border-color: #A5451D;
}
</style>