Shades of Golden Brown #A67210
Tints of Golden Brown #A67210
RGB
CMYK
RGB Variations
Color information
#A67210 (or 0xA67210) is known color: Golden Brown. HEX triplet: A6, 72 and 10. RGB value is (166,114,16). Sum of RGB (Red+Green+Blue) = 166+114+16=296 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.08% from 296); Green value is 114 (44.92% from 255 or 38.51% from 296); Blue value is 16 (6.64% from 255 or 5.41% from 296); Max value from RGB is 166 - color contains mainly: red. Hex color #A67210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67210 is #598DEF. Grayscale: #767676. Windows color (decimal): -5869040 or 1077926. OLE color: 1077926.
HSL color Cylindrical-coordinate representation of color #A67210: hue angle of 39.2º 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 #A67210 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 114 | 16 | - |
| CMYK | 0 | 0.31 | 0.90 | 0.35 |
| HSL | 39.2º | 0.82% | 0.36% | - |
| HSV(B) | 39.2º | 0.9% | 0.65% | - |
| XYZ | 21.84 | 20.18 | 3.23 | - |
| YUV | 118.38 | 70.23 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 114 | 16 | 0 | 0.31 | 0.90 | 0.35 | 39.2 | 0.82 | 0.36 |
| Hex | A6 | 72 | 10 | 0 | 1F | 5A | 23 | 27 | 52 | 24 |
| Octal | 246 | 162 | 20 | 0 | 37 | 132 | 43 | 47 | 122 | 44 |
| Binary | 10100110 | 1110010 | 10000 | 0 | 11111 | 1011010 | 100011 | 100111 | 1010010 | 100100 |
Color Harmonies of #A67210
Complementary color
Monochromatic Colors of #A67210
Black with #A67210
Text Example
Text Example
White with #A67210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67210; }
p { color: rgb(166,114,16); }
H1.HeaderClassName
{
color: #A67210;
}
.AnyTagClassName
{
color: #A67210;
}
</style>
background-color css
<style>
a { background-color: #A67210; }
a { background-color: rgb(166,114,16); }
div.DivClassName
{
background-color: #A67210;
}
.BgClassName
{
background-color: #A67210;
}
</style>
border-color css
<style>
span { border-color: #A67210; }
span { border-color: rgb(166,114,16); }
td.TdClassName
{
border-color: #A67210;
}
.TagClassName
{
border-color: #A67210;
}
</style>