Shades of Rich Gold #A6551F
Tints of Rich Gold #A6551F
RGB
CMYK
RGB Variations
Color information
#A6551F (or 0xA6551F) is known color: Rich Gold. HEX triplet: A6, 55 and 1F. RGB value is (166,85,31). Sum of RGB (Red+Green+Blue) = 166+85+31=282 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.87% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 31 (12.5% from 255 or 10.99% from 282); Max value from RGB is 166 - color contains mainly: red. Hex color #A6551F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6551F is #59AAE0. Grayscale: #676767. Windows color (decimal): -5876449 or 2053542. OLE color: 2053542.
HSL color Cylindrical-coordinate representation of color #A6551F: hue angle of 24º 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 #A6551F is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 85 | 31 | - |
| CMYK | 0 | 0.49 | 0.81 | 0.35 |
| HSL | 24º | 0.69% | 0.39% | - |
| HSV(B) | 24º | 0.81% | 0.65% | - |
| XYZ | 19.22 | 14.7 | 3.12 | - |
| YUV | 103.06 | 87.34 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 85 | 31 | 0 | 0.49 | 0.81 | 0.35 | 24 | 0.69 | 0.39 |
| Hex | A6 | 55 | 1F | 0 | 31 | 51 | 23 | 18 | 45 | 27 |
| Octal | 246 | 125 | 37 | 0 | 61 | 121 | 43 | 30 | 105 | 47 |
| Binary | 10100110 | 1010101 | 11111 | 0 | 110001 | 1010001 | 100011 | 11000 | 1000101 | 100111 |
Color Harmonies of #A6551F
Complementary color
Monochromatic Colors of #A6551F
Black with #A6551F
Text Example
Text Example
White with #A6551F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6551F; }
p { color: rgb(166,85,31); }
H1.HeaderClassName
{
color: #A6551F;
}
.AnyTagClassName
{
color: #A6551F;
}
</style>
background-color css
<style>
a { background-color: #A6551F; }
a { background-color: rgb(166,85,31); }
div.DivClassName
{
background-color: #A6551F;
}
.BgClassName
{
background-color: #A6551F;
}
</style>
border-color css
<style>
span { border-color: #A6551F; }
span { border-color: rgb(166,85,31); }
td.TdClassName
{
border-color: #A6551F;
}
.TagClassName
{
border-color: #A6551F;
}
</style>