Shades of Rich Gold #A65011
Tints of Rich Gold #A65011
RGB
CMYK
RGB Variations
Color information
#A65011 (or 0xA65011) is known color: Rich Gold. HEX triplet: A6, 50 and 11. RGB value is (166,80,17). Sum of RGB (Red+Green+Blue) = 166+80+17=263 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.12% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 17 (7.03% from 255 or 6.46% from 263); Max value from RGB is 166 - color contains mainly: red. Hex color #A65011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65011 is #59AFEE. Grayscale: #626262. Windows color (decimal): -5877743 or 1134758. OLE color: 1134758.
HSL color Cylindrical-coordinate representation of color #A65011: hue angle of 25.37º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A65011 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 80 | 17 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.35 |
| HSL | 25.37º | 0.81% | 0.36% | - |
| HSV(B) | 25.37º | 0.9% | 0.65% | - |
| XYZ | 18.7 | 13.88 | 2.22 | - |
| YUV | 98.53 | 81.99 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 80 | 17 | 0 | 0.52 | 0.90 | 0.35 | 25.37 | 0.81 | 0.36 |
| Hex | A6 | 50 | 11 | 0 | 34 | 5A | 23 | 19 | 51 | 24 |
| Octal | 246 | 120 | 21 | 0 | 64 | 132 | 43 | 31 | 121 | 44 |
| Binary | 10100110 | 1010000 | 10001 | 0 | 110100 | 1011010 | 100011 | 11001 | 1010001 | 100100 |
Color Harmonies of #A65011
Complementary color
Monochromatic Colors of #A65011
Black with #A65011
Text Example
Text Example
White with #A65011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65011; }
p { color: rgb(166,80,17); }
H1.HeaderClassName
{
color: #A65011;
}
.AnyTagClassName
{
color: #A65011;
}
</style>
background-color css
<style>
a { background-color: #A65011; }
a { background-color: rgb(166,80,17); }
div.DivClassName
{
background-color: #A65011;
}
.BgClassName
{
background-color: #A65011;
}
</style>
border-color css
<style>
span { border-color: #A65011; }
span { border-color: rgb(166,80,17); }
td.TdClassName
{
border-color: #A65011;
}
.TagClassName
{
border-color: #A65011;
}
</style>