Shades of Rich Gold #A6581D
Tints of Rich Gold #A6581D
RGB
CMYK
RGB Variations
Color information
#A6581D (or 0xA6581D) is known color: Rich Gold. HEX triplet: A6, 58 and 1D. RGB value is (166,88,29). Sum of RGB (Red+Green+Blue) = 166+88+29=283 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.66% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 29 (11.72% from 255 or 10.25% from 283); Max value from RGB is 166 - color contains mainly: red. Hex color #A6581D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6581D is #59A7E2. Grayscale: #686868. Windows color (decimal): -5875683 or 1923238. OLE color: 1923238.
HSL color Cylindrical-coordinate representation of color #A6581D: hue angle of 25.84º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A6581D is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 88 | 29 | - |
| CMYK | 0 | 0.47 | 0.83 | 0.35 |
| HSL | 25.84º | 0.7% | 0.38% | - |
| HSV(B) | 25.84º | 0.83% | 0.65% | - |
| XYZ | 19.44 | 15.18 | 3.07 | - |
| YUV | 104.6 | 85.34 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 88 | 29 | 0 | 0.47 | 0.83 | 0.35 | 25.84 | 0.7 | 0.38 |
| Hex | A6 | 58 | 1D | 0 | 2F | 53 | 23 | 1A | 46 | 26 |
| Octal | 246 | 130 | 35 | 0 | 57 | 123 | 43 | 32 | 106 | 46 |
| Binary | 10100110 | 1011000 | 11101 | 0 | 101111 | 1010011 | 100011 | 11010 | 1000110 | 100110 |
Color Harmonies of #A6581D
Complementary color
Monochromatic Colors of #A6581D
Black with #A6581D
Text Example
Text Example
White with #A6581D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6581D; }
p { color: rgb(166,88,29); }
H1.HeaderClassName
{
color: #A6581D;
}
.AnyTagClassName
{
color: #A6581D;
}
</style>
background-color css
<style>
a { background-color: #A6581D; }
a { background-color: rgb(166,88,29); }
div.DivClassName
{
background-color: #A6581D;
}
.BgClassName
{
background-color: #A6581D;
}
</style>
border-color css
<style>
span { border-color: #A6581D; }
span { border-color: rgb(166,88,29); }
td.TdClassName
{
border-color: #A6581D;
}
.TagClassName
{
border-color: #A6581D;
}
</style>