Shades of Rich Gold #A6520D
Tints of Rich Gold #A6520D
RGB
CMYK
RGB Variations
Color information
#A6520D (or 0xA6520D) is known color: Rich Gold. HEX triplet: A6, 52 and 0D. RGB value is (166,82,13). Sum of RGB (Red+Green+Blue) = 166+82+13=261 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.60% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 166 - color contains mainly: red. Hex color #A6520D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A6520D is #59ADF2. Grayscale: #636363. Windows color (decimal): -5877235 or 873126. OLE color: 873126.
HSL color Cylindrical-coordinate representation of color #A6520D: hue angle of 27.06º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A6520D is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 82 | 13 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.35 |
| HSL | 27.06º | 0.85% | 0.35% | - |
| HSV(B) | 27.06º | 0.92% | 0.65% | - |
| XYZ | 18.82 | 14.17 | 2.12 | - |
| YUV | 99.25 | 79.33 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 82 | 13 | 0 | 0.51 | 0.92 | 0.35 | 27.06 | 0.85 | 0.35 |
| Hex | A6 | 52 | D | 0 | 33 | 5C | 23 | 1B | 55 | 23 |
| Octal | 246 | 122 | 15 | 0 | 63 | 134 | 43 | 33 | 125 | 43 |
| Binary | 10100110 | 1010010 | 1101 | 0 | 110011 | 1011100 | 100011 | 11011 | 1010101 | 100011 |
Color Harmonies of #A6520D
Complementary color
Monochromatic Colors of #A6520D
Black with #A6520D
Text Example
Text Example
White with #A6520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6520D; }
p { color: rgb(166,82,13); }
H1.HeaderClassName
{
color: #A6520D;
}
.AnyTagClassName
{
color: #A6520D;
}
</style>
background-color css
<style>
a { background-color: #A6520D; }
a { background-color: rgb(166,82,13); }
div.DivClassName
{
background-color: #A6520D;
}
.BgClassName
{
background-color: #A6520D;
}
</style>
border-color css
<style>
span { border-color: #A6520D; }
span { border-color: rgb(166,82,13); }
td.TdClassName
{
border-color: #A6520D;
}
.TagClassName
{
border-color: #A6520D;
}
</style>