Shades of Rich Gold #A45B1D
Tints of Rich Gold #A45B1D
RGB
CMYK
RGB Variations
Color information
#A45B1D (or 0xA45B1D) is known color: Rich Gold. HEX triplet: A4, 5B and 1D. RGB value is (164,91,29). Sum of RGB (Red+Green+Blue) = 164+91+29=284 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.75% from 284); Green value is 91 (35.94% from 255 or 32.04% from 284); Blue value is 29 (11.72% from 255 or 10.21% from 284); Max value from RGB is 164 - color contains mainly: red. Hex color #A45B1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45B1D is #5BA4E2. Grayscale: #6A6A6A. Windows color (decimal): -6005987 or 1924004. OLE color: 1924004.
HSL color Cylindrical-coordinate representation of color #A45B1D: hue angle of 27.56º 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 #A45B1D is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 91 | 29 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.36 |
| HSL | 27.56º | 0.7% | 0.38% | - |
| HSV(B) | 27.56º | 0.82% | 0.64% | - |
| XYZ | 19.27 | 15.46 | 3.13 | - |
| YUV | 105.76 | 84.68 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 91 | 29 | 0 | 0.45 | 0.82 | 0.36 | 27.56 | 0.7 | 0.38 |
| Hex | A4 | 5B | 1D | 0 | 2D | 52 | 24 | 1C | 46 | 26 |
| Octal | 244 | 133 | 35 | 0 | 55 | 122 | 44 | 34 | 106 | 46 |
| Binary | 10100100 | 1011011 | 11101 | 0 | 101101 | 1010010 | 100100 | 11100 | 1000110 | 100110 |
Color Harmonies of #A45B1D
Complementary color
Monochromatic Colors of #A45B1D
Black with #A45B1D
Text Example
Text Example
White with #A45B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45B1D; }
p { color: rgb(164,91,29); }
H1.HeaderClassName
{
color: #A45B1D;
}
.AnyTagClassName
{
color: #A45B1D;
}
</style>
background-color css
<style>
a { background-color: #A45B1D; }
a { background-color: rgb(164,91,29); }
div.DivClassName
{
background-color: #A45B1D;
}
.BgClassName
{
background-color: #A45B1D;
}
</style>
border-color css
<style>
span { border-color: #A45B1D; }
span { border-color: rgb(164,91,29); }
td.TdClassName
{
border-color: #A45B1D;
}
.TagClassName
{
border-color: #A45B1D;
}
</style>