Shades of Rich Gold #A65329
Tints of Rich Gold #A65329
RGB
CMYK
RGB Variations
Color information
#A65329 (or 0xA65329) is known color: Rich Gold. HEX triplet: A6, 53 and 29. RGB value is (166,83,41). Sum of RGB (Red+Green+Blue) = 166+83+41=290 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.24% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 41 (16.41% from 255 or 14.14% from 290); Max value from RGB is 166 - color contains mainly: red. Hex color #A65329 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65329 is #59ACD6. Grayscale: #676767. Windows color (decimal): -5876951 or 2708390. OLE color: 2708390.
HSL color Cylindrical-coordinate representation of color #A65329: hue angle of 20.16º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A65329 is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 83 | 41 | - |
| CMYK | 0 | 0.50 | 0.75 | 0.35 |
| HSL | 20.16º | 0.6% | 0.41% | - |
| HSV(B) | 20.16º | 0.75% | 0.65% | - |
| XYZ | 19.22 | 14.45 | 3.87 | - |
| YUV | 103.03 | 93 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 83 | 41 | 0 | 0.50 | 0.75 | 0.35 | 20.16 | 0.6 | 0.41 |
| Hex | A6 | 53 | 29 | 0 | 32 | 4B | 23 | 14 | 3C | 29 |
| Octal | 246 | 123 | 51 | 0 | 62 | 113 | 43 | 24 | 74 | 51 |
| Binary | 10100110 | 1010011 | 101001 | 0 | 110010 | 1001011 | 100011 | 10100 | 111100 | 101001 |
Color Harmonies of #A65329
Complementary color
Monochromatic Colors of #A65329
Black with #A65329
Text Example
Text Example
White with #A65329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65329; }
p { color: rgb(166,83,41); }
H1.HeaderClassName
{
color: #A65329;
}
.AnyTagClassName
{
color: #A65329;
}
</style>
background-color css
<style>
a { background-color: #A65329; }
a { background-color: rgb(166,83,41); }
div.DivClassName
{
background-color: #A65329;
}
.BgClassName
{
background-color: #A65329;
}
</style>
border-color css
<style>
span { border-color: #A65329; }
span { border-color: rgb(166,83,41); }
td.TdClassName
{
border-color: #A65329;
}
.TagClassName
{
border-color: #A65329;
}
</style>