Shades of Rich Gold #A6551E
Tints of Rich Gold #A6551E
RGB
CMYK
RGB Variations
Color information
#A6551E (or 0xA6551E) is known color: Rich Gold. HEX triplet: A6, 55 and 1E. RGB value is (166,85,30). Sum of RGB (Red+Green+Blue) = 166+85+30=281 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.07% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 166 - color contains mainly: red. Hex color #A6551E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6551E is #59AAE1. Grayscale: #676767. Windows color (decimal): -5876450 or 1988006. OLE color: 1988006.
HSL color Cylindrical-coordinate representation of color #A6551E: hue angle of 24.26º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A6551E is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 85 | 30 | - |
| CMYK | 0 | 0.49 | 0.82 | 0.35 |
| HSL | 24.26º | 0.69% | 0.38% | - |
| HSV(B) | 24.26º | 0.82% | 0.65% | - |
| XYZ | 19.21 | 14.7 | 3.05 | - |
| YUV | 102.95 | 86.84 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 85 | 30 | 0 | 0.49 | 0.82 | 0.35 | 24.26 | 0.69 | 0.38 |
| Hex | A6 | 55 | 1E | 0 | 31 | 52 | 23 | 18 | 45 | 26 |
| Octal | 246 | 125 | 36 | 0 | 61 | 122 | 43 | 30 | 105 | 46 |
| Binary | 10100110 | 1010101 | 11110 | 0 | 110001 | 1010010 | 100011 | 11000 | 1000101 | 100110 |
Color Harmonies of #A6551E
Complementary color
Monochromatic Colors of #A6551E
Black with #A6551E
Text Example
Text Example
White with #A6551E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6551E; }
p { color: rgb(166,85,30); }
H1.HeaderClassName
{
color: #A6551E;
}
.AnyTagClassName
{
color: #A6551E;
}
</style>
background-color css
<style>
a { background-color: #A6551E; }
a { background-color: rgb(166,85,30); }
div.DivClassName
{
background-color: #A6551E;
}
.BgClassName
{
background-color: #A6551E;
}
</style>
border-color css
<style>
span { border-color: #A6551E; }
span { border-color: rgb(166,85,30); }
td.TdClassName
{
border-color: #A6551E;
}
.TagClassName
{
border-color: #A6551E;
}
</style>