Shades of Golden Brown #A06B04
Tints of Golden Brown #A06B04
RGB
CMYK
RGB Variations
Color information
#A06B04 (or 0xA06B04) is known color: Golden Brown. HEX triplet: A0, 6B and 04. RGB value is (160,107,4). Sum of RGB (Red+Green+Blue) = 160+107+4=271 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.04% from 271); Green value is 107 (42.19% from 255 or 39.48% from 271); Blue value is 4 (1.95% from 255 or 1.48% from 271); Max value from RGB is 160 - color contains mainly: red. Hex color #A06B04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06B04 is #5F94FB. Grayscale: #6F6F6F. Windows color (decimal): -6264060 or 289696. OLE color: 289696.
HSL color Cylindrical-coordinate representation of color #A06B04: hue angle of 39.62º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A06B04 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 107 | 4 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.37 |
| HSL | 39.62º | 0.95% | 0.32% | - |
| HSV(B) | 39.62º | 0.98% | 0.63% | - |
| XYZ | 19.78 | 18 | 2.55 | - |
| YUV | 111.11 | 67.56 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 107 | 4 | 0 | 0.33 | 0.98 | 0.37 | 39.62 | 0.95 | 0.32 |
| Hex | A0 | 6B | 4 | 0 | 21 | 62 | 25 | 28 | 5F | 20 |
| Octal | 240 | 153 | 4 | 0 | 41 | 142 | 45 | 50 | 137 | 40 |
| Binary | 10100000 | 1101011 | 100 | 0 | 100001 | 1100010 | 100101 | 101000 | 1011111 | 100000 |
Color Harmonies of #A06B04
Complementary color
Monochromatic Colors of #A06B04
Black with #A06B04
Text Example
Text Example
White with #A06B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06B04; }
p { color: rgb(160,107,4); }
H1.HeaderClassName
{
color: #A06B04;
}
.AnyTagClassName
{
color: #A06B04;
}
</style>
background-color css
<style>
a { background-color: #A06B04; }
a { background-color: rgb(160,107,4); }
div.DivClassName
{
background-color: #A06B04;
}
.BgClassName
{
background-color: #A06B04;
}
</style>
border-color css
<style>
span { border-color: #A06B04; }
span { border-color: rgb(160,107,4); }
td.TdClassName
{
border-color: #A06B04;
}
.TagClassName
{
border-color: #A06B04;
}
</style>