Shades of Golden Brown #A47301
Tints of Golden Brown #A47301
RGB
CMYK
RGB Variations
Color information
#A47301 (or 0xA47301) is known color: Golden Brown. HEX triplet: A4, 73 and 01. RGB value is (164,115,1). Sum of RGB (Red+Green+Blue) = 164+115+1=280 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.57% from 280); Green value is 115 (45.31% from 255 or 41.07% from 280); Blue value is 1 (0.78% from 255 or 0.36% from 280); Max value from RGB is 164 - color contains mainly: red. Hex color #A47301 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47301 is #5B8CFE. Grayscale: #757575. Windows color (decimal): -5999871 or 95140. OLE color: 95140.
HSL color Cylindrical-coordinate representation of color #A47301: hue angle of 41.96º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A47301 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 115 | 1 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.36 |
| HSL | 41.96º | 0.99% | 0.32% | - |
| HSV(B) | 41.96º | 0.99% | 0.64% | - |
| XYZ | 21.45 | 20.16 | 2.79 | - |
| YUV | 116.66 | 62.73 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 115 | 1 | 0 | 0.30 | 0.99 | 0.36 | 41.96 | 0.99 | 0.32 |
| Hex | A4 | 73 | 1 | 0 | 1E | 63 | 24 | 2A | 63 | 20 |
| Octal | 244 | 163 | 1 | 0 | 36 | 143 | 44 | 52 | 143 | 40 |
| Binary | 10100100 | 1110011 | 1 | 0 | 11110 | 1100011 | 100100 | 101010 | 1100011 | 100000 |
Color Harmonies of #A47301
Complementary color
Monochromatic Colors of #A47301
Black with #A47301
Text Example
Text Example
White with #A47301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47301; }
p { color: rgb(164,115,1); }
H1.HeaderClassName
{
color: #A47301;
}
.AnyTagClassName
{
color: #A47301;
}
</style>
background-color css
<style>
a { background-color: #A47301; }
a { background-color: rgb(164,115,1); }
div.DivClassName
{
background-color: #A47301;
}
.BgClassName
{
background-color: #A47301;
}
</style>
border-color css
<style>
span { border-color: #A47301; }
span { border-color: rgb(164,115,1); }
td.TdClassName
{
border-color: #A47301;
}
.TagClassName
{
border-color: #A47301;
}
</style>