Shades of Rich Gold #A65629
Tints of Rich Gold #A65629
RGB
CMYK
RGB Variations
Color information
#A65629 (or 0xA65629) is known color: Rich Gold. HEX triplet: A6, 56 and 29. RGB value is (166,86,41). Sum of RGB (Red+Green+Blue) = 166+86+41=293 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.66% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 41 (16.41% from 255 or 13.99% from 293); Max value from RGB is 166 - color contains mainly: red. Hex color #A65629 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65629 is #59A9D6. Grayscale: #696969. Windows color (decimal): -5876183 or 2709158. OLE color: 2709158.
HSL color Cylindrical-coordinate representation of color #A65629: hue angle of 21.6º 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 #A65629 is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 86 | 41 | - |
| CMYK | 0 | 0.48 | 0.75 | 0.35 |
| HSL | 21.6º | 0.6% | 0.41% | - |
| HSV(B) | 21.6º | 0.75% | 0.65% | - |
| XYZ | 19.45 | 14.92 | 3.95 | - |
| YUV | 104.79 | 92 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 86 | 41 | 0 | 0.48 | 0.75 | 0.35 | 21.6 | 0.6 | 0.41 |
| Hex | A6 | 56 | 29 | 0 | 30 | 4B | 23 | 16 | 3C | 29 |
| Octal | 246 | 126 | 51 | 0 | 60 | 113 | 43 | 26 | 74 | 51 |
| Binary | 10100110 | 1010110 | 101001 | 0 | 110000 | 1001011 | 100011 | 10110 | 111100 | 101001 |
Color Harmonies of #A65629
Complementary color
Monochromatic Colors of #A65629
Black with #A65629
Text Example
Text Example
White with #A65629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65629; }
p { color: rgb(166,86,41); }
H1.HeaderClassName
{
color: #A65629;
}
.AnyTagClassName
{
color: #A65629;
}
</style>
background-color css
<style>
a { background-color: #A65629; }
a { background-color: rgb(166,86,41); }
div.DivClassName
{
background-color: #A65629;
}
.BgClassName
{
background-color: #A65629;
}
</style>
border-color css
<style>
span { border-color: #A65629; }
span { border-color: rgb(166,86,41); }
td.TdClassName
{
border-color: #A65629;
}
.TagClassName
{
border-color: #A65629;
}
</style>