Shades of Golden Brown #A06502
Tints of Golden Brown #A06502
RGB
CMYK
RGB Variations
Color information
#A06502 (or 0xA06502) is known color: Golden Brown. HEX triplet: A0, 65 and 02. RGB value is (160,101,2). Sum of RGB (Red+Green+Blue) = 160+101+2=263 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.84% from 263); Green value is 101 (39.84% from 255 or 38.40% from 263); Blue value is 2 (1.17% from 255 or 0.76% from 263); Max value from RGB is 160 - color contains mainly: red. Hex color #A06502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06502 is #5F9AFD. Grayscale: #6B6B6B. Windows color (decimal): -6265598 or 157088. OLE color: 157088.
HSL color Cylindrical-coordinate representation of color #A06502: hue angle of 37.59º 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 #A06502 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 101 | 2 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.37 |
| HSL | 37.59º | 0.98% | 0.32% | - |
| HSV(B) | 37.59º | 0.99% | 0.63% | - |
| XYZ | 19.16 | 16.79 | 2.29 | - |
| YUV | 107.36 | 68.55 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 101 | 2 | 0 | 0.37 | 0.99 | 0.37 | 37.59 | 0.98 | 0.32 |
| Hex | A0 | 65 | 2 | 0 | 25 | 63 | 25 | 26 | 62 | 20 |
| Octal | 240 | 145 | 2 | 0 | 45 | 143 | 45 | 46 | 142 | 40 |
| Binary | 10100000 | 1100101 | 10 | 0 | 100101 | 1100011 | 100101 | 100110 | 1100010 | 100000 |
Color Harmonies of #A06502
Complementary color
Monochromatic Colors of #A06502
Black with #A06502
Text Example
Text Example
White with #A06502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06502; }
p { color: rgb(160,101,2); }
H1.HeaderClassName
{
color: #A06502;
}
.AnyTagClassName
{
color: #A06502;
}
</style>
background-color css
<style>
a { background-color: #A06502; }
a { background-color: rgb(160,101,2); }
div.DivClassName
{
background-color: #A06502;
}
.BgClassName
{
background-color: #A06502;
}
</style>
border-color css
<style>
span { border-color: #A06502; }
span { border-color: rgb(160,101,2); }
td.TdClassName
{
border-color: #A06502;
}
.TagClassName
{
border-color: #A06502;
}
</style>