Shades of Golden Brown #A46F01
Tints of Golden Brown #A46F01
RGB
CMYK
RGB Variations
Color information
#A46F01 (or 0xA46F01) is known color: Golden Brown. HEX triplet: A4, 6F and 01. RGB value is (164,111,1). Sum of RGB (Red+Green+Blue) = 164+111+1=276 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.42% from 276); Green value is 111 (43.75% from 255 or 40.22% from 276); Blue value is 1 (0.78% from 255 or 0.36% from 276); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46F01 is #5B90FE. Grayscale: #727272. Windows color (decimal): -6000895 or 94116. OLE color: 94116.
HSL color Cylindrical-coordinate representation of color #A46F01: hue angle of 40.49º 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 #A46F01 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 111 | 1 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.36 |
| HSL | 40.49º | 0.99% | 0.32% | - |
| HSV(B) | 40.49º | 0.99% | 0.64% | - |
| XYZ | 21 | 19.26 | 2.64 | - |
| YUV | 114.31 | 64.06 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 111 | 1 | 0 | 0.32 | 0.99 | 0.36 | 40.49 | 0.99 | 0.32 |
| Hex | A4 | 6F | 1 | 0 | 20 | 63 | 24 | 28 | 63 | 20 |
| Octal | 244 | 157 | 1 | 0 | 40 | 143 | 44 | 50 | 143 | 40 |
| Binary | 10100100 | 1101111 | 1 | 0 | 100000 | 1100011 | 100100 | 101000 | 1100011 | 100000 |
Color Harmonies of #A46F01
Complementary color
Monochromatic Colors of #A46F01
Black with #A46F01
Text Example
Text Example
White with #A46F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46F01; }
p { color: rgb(164,111,1); }
H1.HeaderClassName
{
color: #A46F01;
}
.AnyTagClassName
{
color: #A46F01;
}
</style>
background-color css
<style>
a { background-color: #A46F01; }
a { background-color: rgb(164,111,1); }
div.DivClassName
{
background-color: #A46F01;
}
.BgClassName
{
background-color: #A46F01;
}
</style>
border-color css
<style>
span { border-color: #A46F01; }
span { border-color: rgb(164,111,1); }
td.TdClassName
{
border-color: #A46F01;
}
.TagClassName
{
border-color: #A46F01;
}
</style>