Shades of Golden Brown #A06722
Tints of Golden Brown #A06722
RGB
CMYK
RGB Variations
Color information
#A06722 (or 0xA06722) is known color: Golden Brown. HEX triplet: A0, 67 and 22. RGB value is (160,103,34). Sum of RGB (Red+Green+Blue) = 160+103+34=297 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.87% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 34 (13.67% from 255 or 11.45% from 297); Max value from RGB is 160 - color contains mainly: red. Hex color #A06722 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06722 is #5F98DD. Grayscale: #707070. Windows color (decimal): -6265054 or 2254752. OLE color: 2254752.
HSL color Cylindrical-coordinate representation of color #A06722: hue angle of 32.86º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A06722 is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 103 | 34 | - |
| CMYK | 0 | 0.36 | 0.79 | 0.37 |
| HSL | 32.86º | 0.65% | 0.38% | - |
| HSV(B) | 32.86º | 0.79% | 0.63% | - |
| XYZ | 19.64 | 17.29 | 3.82 | - |
| YUV | 112.18 | 83.88 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 103 | 34 | 0 | 0.36 | 0.79 | 0.37 | 32.86 | 0.65 | 0.38 |
| Hex | A0 | 67 | 22 | 0 | 24 | 4F | 25 | 21 | 41 | 26 |
| Octal | 240 | 147 | 42 | 0 | 44 | 117 | 45 | 41 | 101 | 46 |
| Binary | 10100000 | 1100111 | 100010 | 0 | 100100 | 1001111 | 100101 | 100001 | 1000001 | 100110 |
Color Harmonies of #A06722
Complementary color
Monochromatic Colors of #A06722
Black with #A06722
Text Example
Text Example
White with #A06722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06722; }
p { color: rgb(160,103,34); }
H1.HeaderClassName
{
color: #A06722;
}
.AnyTagClassName
{
color: #A06722;
}
</style>
background-color css
<style>
a { background-color: #A06722; }
a { background-color: rgb(160,103,34); }
div.DivClassName
{
background-color: #A06722;
}
.BgClassName
{
background-color: #A06722;
}
</style>
border-color css
<style>
span { border-color: #A06722; }
span { border-color: rgb(160,103,34); }
td.TdClassName
{
border-color: #A06722;
}
.TagClassName
{
border-color: #A06722;
}
</style>