Shades of Golden Brown #A6540C
Tints of Golden Brown #A6540C
RGB
CMYK
RGB Variations
Color information
#A6540C (or 0xA6540C) is known color: Golden Brown. HEX triplet: A6, 54 and 0C. RGB value is (166,84,12). Sum of RGB (Red+Green+Blue) = 166+84+12=262 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.36% from 262); Green value is 84 (33.20% from 255 or 32.06% from 262); Blue value is 12 (5.08% from 255 or 4.58% from 262); Max value from RGB is 166 - color contains mainly: red. Hex color #A6540C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A6540C is #59ABF3. Grayscale: #646464. Windows color (decimal): -5876724 or 808102. OLE color: 808102.
HSL color Cylindrical-coordinate representation of color #A6540C: hue angle of 28.05º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A6540C is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 84 | 12 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.35 |
| HSL | 28.05º | 0.87% | 0.35% | - |
| HSV(B) | 28.05º | 0.93% | 0.65% | - |
| XYZ | 18.96 | 14.47 | 2.14 | - |
| YUV | 100.31 | 78.17 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 84 | 12 | 0 | 0.49 | 0.93 | 0.35 | 28.05 | 0.87 | 0.35 |
| Hex | A6 | 54 | C | 0 | 31 | 5D | 23 | 1C | 57 | 23 |
| Octal | 246 | 124 | 14 | 0 | 61 | 135 | 43 | 34 | 127 | 43 |
| Binary | 10100110 | 1010100 | 1100 | 0 | 110001 | 1011101 | 100011 | 11100 | 1010111 | 100011 |
Color Harmonies of #A6540C
Complementary color
Monochromatic Colors of #A6540C
Black with #A6540C
Text Example
Text Example
White with #A6540C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6540C; }
p { color: rgb(166,84,12); }
H1.HeaderClassName
{
color: #A6540C;
}
.AnyTagClassName
{
color: #A6540C;
}
</style>
background-color css
<style>
a { background-color: #A6540C; }
a { background-color: rgb(166,84,12); }
div.DivClassName
{
background-color: #A6540C;
}
.BgClassName
{
background-color: #A6540C;
}
</style>
border-color css
<style>
span { border-color: #A6540C; }
span { border-color: rgb(166,84,12); }
td.TdClassName
{
border-color: #A6540C;
}
.TagClassName
{
border-color: #A6540C;
}
</style>