Shades of Golden Brown #A06B02
Tints of Golden Brown #A06B02
RGB
CMYK
RGB Variations
Color information
#A06B02 (or 0xA06B02) is known color: Golden Brown. HEX triplet: A0, 6B and 02. RGB value is (160,107,2). Sum of RGB (Red+Green+Blue) = 160+107+2=269 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.48% from 269); Green value is 107 (42.19% from 255 or 39.78% from 269); Blue value is 2 (1.17% from 255 or 0.74% from 269); Max value from RGB is 160 - color contains mainly: red. Hex color #A06B02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06B02 is #5F94FD. Grayscale: #6F6F6F. Windows color (decimal): -6264062 or 158624. OLE color: 158624.
HSL color Cylindrical-coordinate representation of color #A06B02: hue angle of 39.87º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A06B02 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 107 | 2 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.37 |
| HSL | 39.87º | 0.98% | 0.32% | - |
| HSV(B) | 39.87º | 0.99% | 0.63% | - |
| XYZ | 19.77 | 17.99 | 2.49 | - |
| YUV | 110.88 | 66.56 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 107 | 2 | 0 | 0.33 | 0.99 | 0.37 | 39.87 | 0.98 | 0.32 |
| Hex | A0 | 6B | 2 | 0 | 21 | 63 | 25 | 28 | 62 | 20 |
| Octal | 240 | 153 | 2 | 0 | 41 | 143 | 45 | 50 | 142 | 40 |
| Binary | 10100000 | 1101011 | 10 | 0 | 100001 | 1100011 | 100101 | 101000 | 1100010 | 100000 |
Color Harmonies of #A06B02
Complementary color
Monochromatic Colors of #A06B02
Black with #A06B02
Text Example
Text Example
White with #A06B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06B02; }
p { color: rgb(160,107,2); }
H1.HeaderClassName
{
color: #A06B02;
}
.AnyTagClassName
{
color: #A06B02;
}
</style>
background-color css
<style>
a { background-color: #A06B02; }
a { background-color: rgb(160,107,2); }
div.DivClassName
{
background-color: #A06B02;
}
.BgClassName
{
background-color: #A06B02;
}
</style>
border-color css
<style>
span { border-color: #A06B02; }
span { border-color: rgb(160,107,2); }
td.TdClassName
{
border-color: #A06B02;
}
.TagClassName
{
border-color: #A06B02;
}
</style>