Shades of Golden Brown #A6730D
Tints of Golden Brown #A6730D
RGB
CMYK
RGB Variations
Color information
#A6730D (or 0xA6730D) is known color: Golden Brown. HEX triplet: A6, 73 and 0D. RGB value is (166,115,13). Sum of RGB (Red+Green+Blue) = 166+115+13=294 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.46% from 294); Green value is 115 (45.31% from 255 or 39.12% from 294); Blue value is 13 (5.47% from 255 or 4.42% from 294); Max value from RGB is 166 - color contains mainly: red. Hex color #A6730D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A6730D is #598CF2. Grayscale: #777777. Windows color (decimal): -5868787 or 881574. OLE color: 881574.
HSL color Cylindrical-coordinate representation of color #A6730D: hue angle of 40º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A6730D is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 115 | 13 | - |
| CMYK | 0 | 0.31 | 0.92 | 0.35 |
| HSL | 40º | 0.85% | 0.35% | - |
| HSV(B) | 40º | 0.92% | 0.65% | - |
| XYZ | 21.93 | 20.4 | 3.16 | - |
| YUV | 118.62 | 68.4 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 115 | 13 | 0 | 0.31 | 0.92 | 0.35 | 40 | 0.85 | 0.35 |
| Hex | A6 | 73 | D | 0 | 1F | 5C | 23 | 28 | 55 | 23 |
| Octal | 246 | 163 | 15 | 0 | 37 | 134 | 43 | 50 | 125 | 43 |
| Binary | 10100110 | 1110011 | 1101 | 0 | 11111 | 1011100 | 100011 | 101000 | 1010101 | 100011 |
Color Harmonies of #A6730D
Complementary color
Monochromatic Colors of #A6730D
Black with #A6730D
Text Example
Text Example
White with #A6730D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6730D; }
p { color: rgb(166,115,13); }
H1.HeaderClassName
{
color: #A6730D;
}
.AnyTagClassName
{
color: #A6730D;
}
</style>
background-color css
<style>
a { background-color: #A6730D; }
a { background-color: rgb(166,115,13); }
div.DivClassName
{
background-color: #A6730D;
}
.BgClassName
{
background-color: #A6730D;
}
</style>
border-color css
<style>
span { border-color: #A6730D; }
span { border-color: rgb(166,115,13); }
td.TdClassName
{
border-color: #A6730D;
}
.TagClassName
{
border-color: #A6730D;
}
</style>