Shades of Golden Brown #A06422
Tints of Golden Brown #A06422
RGB
CMYK
RGB Variations
Color information
#A06422 (or 0xA06422) is known color: Golden Brown. HEX triplet: A0, 64 and 22. RGB value is (160,100,34). Sum of RGB (Red+Green+Blue) = 160+100+34=294 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.42% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 34 (13.67% from 255 or 11.56% from 294); Max value from RGB is 160 - color contains mainly: red. Hex color #A06422 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06422 is #5F9BDD. Grayscale: #6E6E6E. Windows color (decimal): -6265822 or 2253984. OLE color: 2253984.
HSL color Cylindrical-coordinate representation of color #A06422: hue angle of 31.43º 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 #A06422 is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 100 | 34 | - |
| CMYK | 0 | 0.38 | 0.79 | 0.37 |
| HSL | 31.43º | 0.65% | 0.38% | - |
| HSV(B) | 31.43º | 0.79% | 0.63% | - |
| XYZ | 19.34 | 16.7 | 3.72 | - |
| YUV | 110.42 | 84.88 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 100 | 34 | 0 | 0.38 | 0.79 | 0.37 | 31.43 | 0.65 | 0.38 |
| Hex | A0 | 64 | 22 | 0 | 26 | 4F | 25 | 1F | 41 | 26 |
| Octal | 240 | 144 | 42 | 0 | 46 | 117 | 45 | 37 | 101 | 46 |
| Binary | 10100000 | 1100100 | 100010 | 0 | 100110 | 1001111 | 100101 | 11111 | 1000001 | 100110 |
Color Harmonies of #A06422
Complementary color
Monochromatic Colors of #A06422
Black with #A06422
Text Example
Text Example
White with #A06422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06422; }
p { color: rgb(160,100,34); }
H1.HeaderClassName
{
color: #A06422;
}
.AnyTagClassName
{
color: #A06422;
}
</style>
background-color css
<style>
a { background-color: #A06422; }
a { background-color: rgb(160,100,34); }
div.DivClassName
{
background-color: #A06422;
}
.BgClassName
{
background-color: #A06422;
}
</style>
border-color css
<style>
span { border-color: #A06422; }
span { border-color: rgb(160,100,34); }
td.TdClassName
{
border-color: #A06422;
}
.TagClassName
{
border-color: #A06422;
}
</style>