Shades of Golden Brown #A67510
Tints of Golden Brown #A67510
RGB
CMYK
RGB Variations
Color information
#A67510 (or 0xA67510) is known color: Golden Brown. HEX triplet: A6, 75 and 10. RGB value is (166,117,16). Sum of RGB (Red+Green+Blue) = 166+117+16=299 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.52% from 299); Green value is 117 (46.09% from 255 or 39.13% from 299); Blue value is 16 (6.64% from 255 or 5.35% from 299); Max value from RGB is 166 - color contains mainly: red. Hex color #A67510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67510 is #598AEF. Grayscale: #787878. Windows color (decimal): -5868272 or 1078694. OLE color: 1078694.
HSL color Cylindrical-coordinate representation of color #A67510: hue angle of 40.4º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A67510 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 117 | 16 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.35 |
| HSL | 40.4º | 0.82% | 0.36% | - |
| HSV(B) | 40.4º | 0.9% | 0.65% | - |
| XYZ | 22.18 | 20.87 | 3.35 | - |
| YUV | 120.14 | 69.23 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 117 | 16 | 0 | 0.30 | 0.90 | 0.35 | 40.4 | 0.82 | 0.36 |
| Hex | A6 | 75 | 10 | 0 | 1E | 5A | 23 | 28 | 52 | 24 |
| Octal | 246 | 165 | 20 | 0 | 36 | 132 | 43 | 50 | 122 | 44 |
| Binary | 10100110 | 1110101 | 10000 | 0 | 11110 | 1011010 | 100011 | 101000 | 1010010 | 100100 |
Color Harmonies of #A67510
Complementary color
Monochromatic Colors of #A67510
Black with #A67510
Text Example
Text Example
White with #A67510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67510; }
p { color: rgb(166,117,16); }
H1.HeaderClassName
{
color: #A67510;
}
.AnyTagClassName
{
color: #A67510;
}
</style>
background-color css
<style>
a { background-color: #A67510; }
a { background-color: rgb(166,117,16); }
div.DivClassName
{
background-color: #A67510;
}
.BgClassName
{
background-color: #A67510;
}
</style>
border-color css
<style>
span { border-color: #A67510; }
span { border-color: rgb(166,117,16); }
td.TdClassName
{
border-color: #A67510;
}
.TagClassName
{
border-color: #A67510;
}
</style>