Shades of Golden Brown #A6671A
Tints of Golden Brown #A6671A
RGB
CMYK
RGB Variations
Color information
#A6671A (or 0xA6671A) is known color: Golden Brown. HEX triplet: A6, 67 and 1A. RGB value is (166,103,26). Sum of RGB (Red+Green+Blue) = 166+103+26=295 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.27% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 26 (10.55% from 255 or 8.81% from 295); Max value from RGB is 166 - color contains mainly: red. Hex color #A6671A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6671A is #5998E5. Grayscale: #717171. Windows color (decimal): -5871846 or 1730470. OLE color: 1730470.
HSL color Cylindrical-coordinate representation of color #A6671A: hue angle of 33º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A6671A is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 103 | 26 | - |
| CMYK | 0 | 0.38 | 0.84 | 0.35 |
| HSL | 33º | 0.73% | 0.38% | - |
| HSV(B) | 33º | 0.84% | 0.65% | - |
| XYZ | 20.76 | 17.88 | 3.33 | - |
| YUV | 113.06 | 78.87 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 103 | 26 | 0 | 0.38 | 0.84 | 0.35 | 33 | 0.73 | 0.38 |
| Hex | A6 | 67 | 1A | 0 | 26 | 54 | 23 | 21 | 49 | 26 |
| Octal | 246 | 147 | 32 | 0 | 46 | 124 | 43 | 41 | 111 | 46 |
| Binary | 10100110 | 1100111 | 11010 | 0 | 100110 | 1010100 | 100011 | 100001 | 1001001 | 100110 |
Color Harmonies of #A6671A
Complementary color
Monochromatic Colors of #A6671A
Black with #A6671A
Text Example
Text Example
White with #A6671A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6671A; }
p { color: rgb(166,103,26); }
H1.HeaderClassName
{
color: #A6671A;
}
.AnyTagClassName
{
color: #A6671A;
}
</style>
background-color css
<style>
a { background-color: #A6671A; }
a { background-color: rgb(166,103,26); }
div.DivClassName
{
background-color: #A6671A;
}
.BgClassName
{
background-color: #A6671A;
}
</style>
border-color css
<style>
span { border-color: #A6671A; }
span { border-color: rgb(166,103,26); }
td.TdClassName
{
border-color: #A6671A;
}
.TagClassName
{
border-color: #A6671A;
}
</style>