Shades of Golden Brown #A6750A
Tints of Golden Brown #A6750A
RGB
CMYK
RGB Variations
Color information
#A6750A (or 0xA6750A) is known color: Golden Brown. HEX triplet: A6, 75 and 0A. RGB value is (166,117,10). Sum of RGB (Red+Green+Blue) = 166+117+10=293 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.66% from 293); Green value is 117 (46.09% from 255 or 39.93% from 293); Blue value is 10 (4.30% from 255 or 3.41% from 293); Max value from RGB is 166 - color contains mainly: red. Hex color #A6750A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A6750A is #598AF5. Grayscale: #777777. Windows color (decimal): -5868278 or 685478. OLE color: 685478.
HSL color Cylindrical-coordinate representation of color #A6750A: hue angle of 41.15º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A6750A is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 117 | 10 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.35 |
| HSL | 41.15º | 0.89% | 0.35% | - |
| HSV(B) | 41.15º | 0.94% | 0.65% | - |
| XYZ | 22.14 | 20.85 | 3.14 | - |
| YUV | 119.45 | 66.23 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 117 | 10 | 0 | 0.30 | 0.94 | 0.35 | 41.15 | 0.89 | 0.35 |
| Hex | A6 | 75 | A | 0 | 1E | 5E | 23 | 29 | 59 | 23 |
| Octal | 246 | 165 | 12 | 0 | 36 | 136 | 43 | 51 | 131 | 43 |
| Binary | 10100110 | 1110101 | 1010 | 0 | 11110 | 1011110 | 100011 | 101001 | 1011001 | 100011 |
Color Harmonies of #A6750A
Complementary color
Monochromatic Colors of #A6750A
Black with #A6750A
Text Example
Text Example
White with #A6750A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6750A; }
p { color: rgb(166,117,10); }
H1.HeaderClassName
{
color: #A6750A;
}
.AnyTagClassName
{
color: #A6750A;
}
</style>
background-color css
<style>
a { background-color: #A6750A; }
a { background-color: rgb(166,117,10); }
div.DivClassName
{
background-color: #A6750A;
}
.BgClassName
{
background-color: #A6750A;
}
</style>
border-color css
<style>
span { border-color: #A6750A; }
span { border-color: rgb(166,117,10); }
td.TdClassName
{
border-color: #A6750A;
}
.TagClassName
{
border-color: #A6750A;
}
</style>