Shades of Golden Brown #A07706
Tints of Golden Brown #A07706
RGB
CMYK
RGB Variations
Color information
#A07706 (or 0xA07706) is known color: Golden Brown. HEX triplet: A0, 77 and 06. RGB value is (160,119,6). Sum of RGB (Red+Green+Blue) = 160+119+6=285 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.14% from 285); Green value is 119 (46.88% from 255 or 41.75% from 285); Blue value is 6 (2.73% from 255 or 2.11% from 285); Max value from RGB is 160 - color contains mainly: red. Hex color #A07706 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07706 is #5F88F9. Grayscale: #767676. Windows color (decimal): -6260986 or 423840. OLE color: 423840.
HSL color Cylindrical-coordinate representation of color #A07706: hue angle of 44.03º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A07706 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 119 | 6 | - |
| CMYK | 0 | 0.26 | 0.96 | 0.37 |
| HSL | 44.03º | 0.93% | 0.33% | - |
| HSV(B) | 44.03º | 0.96% | 0.63% | - |
| XYZ | 21.13 | 20.68 | 3.05 | - |
| YUV | 118.38 | 64.58 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 119 | 6 | 0 | 0.26 | 0.96 | 0.37 | 44.03 | 0.93 | 0.33 |
| Hex | A0 | 77 | 6 | 0 | 1A | 60 | 25 | 2C | 5D | 21 |
| Octal | 240 | 167 | 6 | 0 | 32 | 140 | 45 | 54 | 135 | 41 |
| Binary | 10100000 | 1110111 | 110 | 0 | 11010 | 1100000 | 100101 | 101100 | 1011101 | 100001 |
Color Harmonies of #A07706
Complementary color
Monochromatic Colors of #A07706
Black with #A07706
Text Example
Text Example
White with #A07706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07706; }
p { color: rgb(160,119,6); }
H1.HeaderClassName
{
color: #A07706;
}
.AnyTagClassName
{
color: #A07706;
}
</style>
background-color css
<style>
a { background-color: #A07706; }
a { background-color: rgb(160,119,6); }
div.DivClassName
{
background-color: #A07706;
}
.BgClassName
{
background-color: #A07706;
}
</style>
border-color css
<style>
span { border-color: #A07706; }
span { border-color: rgb(160,119,6); }
td.TdClassName
{
border-color: #A07706;
}
.TagClassName
{
border-color: #A07706;
}
</style>