Shades of Rich Gold #A6501F
Tints of Rich Gold #A6501F
RGB
CMYK
RGB Variations
Color information
#A6501F (or 0xA6501F) is known color: Rich Gold. HEX triplet: A6, 50 and 1F. RGB value is (166,80,31). Sum of RGB (Red+Green+Blue) = 166+80+31=277 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.93% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 31 (12.5% from 255 or 11.19% from 277); Max value from RGB is 166 - color contains mainly: red. Hex color #A6501F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6501F is #59AFE0. Grayscale: #646464. Windows color (decimal): -5877729 or 2052262. OLE color: 2052262.
HSL color Cylindrical-coordinate representation of color #A6501F: hue angle of 21.78º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A6501F is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 80 | 31 | - |
| CMYK | 0 | 0.52 | 0.81 | 0.35 |
| HSL | 21.78º | 0.69% | 0.39% | - |
| HSV(B) | 21.78º | 0.81% | 0.65% | - |
| XYZ | 18.84 | 13.94 | 2.99 | - |
| YUV | 100.13 | 88.99 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 80 | 31 | 0 | 0.52 | 0.81 | 0.35 | 21.78 | 0.69 | 0.39 |
| Hex | A6 | 50 | 1F | 0 | 34 | 51 | 23 | 16 | 45 | 27 |
| Octal | 246 | 120 | 37 | 0 | 64 | 121 | 43 | 26 | 105 | 47 |
| Binary | 10100110 | 1010000 | 11111 | 0 | 110100 | 1010001 | 100011 | 10110 | 1000101 | 100111 |
Color Harmonies of #A6501F
Complementary color
Monochromatic Colors of #A6501F
Black with #A6501F
Text Example
Text Example
White with #A6501F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6501F; }
p { color: rgb(166,80,31); }
H1.HeaderClassName
{
color: #A6501F;
}
.AnyTagClassName
{
color: #A6501F;
}
</style>
background-color css
<style>
a { background-color: #A6501F; }
a { background-color: rgb(166,80,31); }
div.DivClassName
{
background-color: #A6501F;
}
.BgClassName
{
background-color: #A6501F;
}
</style>
border-color css
<style>
span { border-color: #A6501F; }
span { border-color: rgb(166,80,31); }
td.TdClassName
{
border-color: #A6501F;
}
.TagClassName
{
border-color: #A6501F;
}
</style>