Shades of Rich Gold #A45D26
Tints of Rich Gold #A45D26
RGB
CMYK
RGB Variations
Color information
#A45D26 (or 0xA45D26) is known color: Rich Gold. HEX triplet: A4, 5D and 26. RGB value is (164,93,38). Sum of RGB (Red+Green+Blue) = 164+93+38=295 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.59% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 38 (15.23% from 255 or 12.88% from 295); Max value from RGB is 164 - color contains mainly: red. Hex color #A45D26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45D26 is #5BA2D9. Grayscale: #6C6C6C. Windows color (decimal): -6005466 or 2514340. OLE color: 2514340.
HSL color Cylindrical-coordinate representation of color #A45D26: hue angle of 26.19º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A45D26 is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 93 | 38 | - |
| CMYK | 0 | 0.43 | 0.77 | 0.36 |
| HSL | 26.19º | 0.62% | 0.4% | - |
| HSV(B) | 26.19º | 0.77% | 0.64% | - |
| XYZ | 19.57 | 15.86 | 3.86 | - |
| YUV | 107.96 | 88.52 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 93 | 38 | 0 | 0.43 | 0.77 | 0.36 | 26.19 | 0.62 | 0.4 |
| Hex | A4 | 5D | 26 | 0 | 2B | 4D | 24 | 1A | 3E | 28 |
| Octal | 244 | 135 | 46 | 0 | 53 | 115 | 44 | 32 | 76 | 50 |
| Binary | 10100100 | 1011101 | 100110 | 0 | 101011 | 1001101 | 100100 | 11010 | 111110 | 101000 |
Color Harmonies of #A45D26
Complementary color
Monochromatic Colors of #A45D26
Black with #A45D26
Text Example
Text Example
White with #A45D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45D26; }
p { color: rgb(164,93,38); }
H1.HeaderClassName
{
color: #A45D26;
}
.AnyTagClassName
{
color: #A45D26;
}
</style>
background-color css
<style>
a { background-color: #A45D26; }
a { background-color: rgb(164,93,38); }
div.DivClassName
{
background-color: #A45D26;
}
.BgClassName
{
background-color: #A45D26;
}
</style>
border-color css
<style>
span { border-color: #A45D26; }
span { border-color: rgb(164,93,38); }
td.TdClassName
{
border-color: #A45D26;
}
.TagClassName
{
border-color: #A45D26;
}
</style>