Shades of Golden Brown #A06301
Tints of Golden Brown #A06301
RGB
CMYK
RGB Variations
Color information
#A06301 (or 0xA06301) is known color: Golden Brown. HEX triplet: A0, 63 and 01. RGB value is (160,99,1). Sum of RGB (Red+Green+Blue) = 160+99+1=260 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.54% from 260); Green value is 99 (39.06% from 255 or 38.08% from 260); Blue value is 1 (0.78% from 255 or 0.38% from 260); Max value from RGB is 160 - color contains mainly: red. Hex color #A06301 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06301 is #5F9CFE. Grayscale: #6A6A6A. Windows color (decimal): -6266111 or 91040. OLE color: 91040.
HSL color Cylindrical-coordinate representation of color #A06301: hue angle of 36.98º degrees, saturation: 0.99, 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 #A06301 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 99 | 1 | - |
| CMYK | 0 | 0.38 | 0.99 | 0.37 |
| HSL | 36.98º | 0.99% | 0.32% | - |
| HSV(B) | 36.98º | 0.99% | 0.63% | - |
| XYZ | 18.96 | 16.4 | 2.19 | - |
| YUV | 106.07 | 68.71 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 99 | 1 | 0 | 0.38 | 0.99 | 0.37 | 36.98 | 0.99 | 0.32 |
| Hex | A0 | 63 | 1 | 0 | 26 | 63 | 25 | 25 | 63 | 20 |
| Octal | 240 | 143 | 1 | 0 | 46 | 143 | 45 | 45 | 143 | 40 |
| Binary | 10100000 | 1100011 | 1 | 0 | 100110 | 1100011 | 100101 | 100101 | 1100011 | 100000 |
Color Harmonies of #A06301
Complementary color
Monochromatic Colors of #A06301
Black with #A06301
Text Example
Text Example
White with #A06301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06301; }
p { color: rgb(160,99,1); }
H1.HeaderClassName
{
color: #A06301;
}
.AnyTagClassName
{
color: #A06301;
}
</style>
background-color css
<style>
a { background-color: #A06301; }
a { background-color: rgb(160,99,1); }
div.DivClassName
{
background-color: #A06301;
}
.BgClassName
{
background-color: #A06301;
}
</style>
border-color css
<style>
span { border-color: #A06301; }
span { border-color: rgb(160,99,1); }
td.TdClassName
{
border-color: #A06301;
}
.TagClassName
{
border-color: #A06301;
}
</style>