Shades of Golden Brown #A67105
Tints of Golden Brown #A67105
RGB
CMYK
RGB Variations
Color information
#A67105 (or 0xA67105) is known color: Golden Brown. HEX triplet: A6, 71 and 05. RGB value is (166,113,5). Sum of RGB (Red+Green+Blue) = 166+113+5=284 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.45% from 284); Green value is 113 (44.53% from 255 or 39.79% from 284); Blue value is 5 (2.34% from 255 or 1.76% from 284); Max value from RGB is 166 - color contains mainly: red. Hex color #A67105 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67105 is #598EFA. Grayscale: #757575. Windows color (decimal): -5869307 or 356774. OLE color: 356774.
HSL color Cylindrical-coordinate representation of color #A67105: hue angle of 40.25º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A67105 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 113 | 5 | - |
| CMYK | 0 | 0.32 | 0.97 | 0.35 |
| HSL | 40.25º | 0.94% | 0.34% | - |
| HSV(B) | 40.25º | 0.97% | 0.65% | - |
| XYZ | 21.66 | 19.93 | 2.85 | - |
| YUV | 116.54 | 65.06 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 113 | 5 | 0 | 0.32 | 0.97 | 0.35 | 40.25 | 0.94 | 0.34 |
| Hex | A6 | 71 | 5 | 0 | 20 | 61 | 23 | 28 | 5E | 22 |
| Octal | 246 | 161 | 5 | 0 | 40 | 141 | 43 | 50 | 136 | 42 |
| Binary | 10100110 | 1110001 | 101 | 0 | 100000 | 1100001 | 100011 | 101000 | 1011110 | 100010 |
Color Harmonies of #A67105
Complementary color
Monochromatic Colors of #A67105
Black with #A67105
Text Example
Text Example
White with #A67105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67105; }
p { color: rgb(166,113,5); }
H1.HeaderClassName
{
color: #A67105;
}
.AnyTagClassName
{
color: #A67105;
}
</style>
background-color css
<style>
a { background-color: #A67105; }
a { background-color: rgb(166,113,5); }
div.DivClassName
{
background-color: #A67105;
}
.BgClassName
{
background-color: #A67105;
}
</style>
border-color css
<style>
span { border-color: #A67105; }
span { border-color: rgb(166,113,5); }
td.TdClassName
{
border-color: #A67105;
}
.TagClassName
{
border-color: #A67105;
}
</style>