Shades of Golden Brown #A46805
Tints of Golden Brown #A46805
RGB
CMYK
RGB Variations
Color information
#A46805 (or 0xA46805) is known color: Golden Brown. HEX triplet: A4, 68 and 05. RGB value is (164,104,5). Sum of RGB (Red+Green+Blue) = 164+104+5=273 (36% of max value = 765). Red value is 164 (64.45% from 255 or 60.07% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 5 (2.34% from 255 or 1.83% from 273); Max value from RGB is 164 - color contains mainly: red. Hex color #A46805 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46805 is #5B97FA. Grayscale: #6F6F6F. Windows color (decimal): -6002683 or 354468. OLE color: 354468.
HSL color Cylindrical-coordinate representation of color #A46805: hue angle of 37.36º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A46805 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 104 | 5 | - |
| CMYK | 0 | 0.37 | 0.97 | 0.36 |
| HSL | 37.36º | 0.94% | 0.33% | - |
| HSV(B) | 37.36º | 0.97% | 0.64% | - |
| XYZ | 20.29 | 17.8 | 2.51 | - |
| YUV | 110.65 | 68.38 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 104 | 5 | 0 | 0.37 | 0.97 | 0.36 | 37.36 | 0.94 | 0.33 |
| Hex | A4 | 68 | 5 | 0 | 25 | 61 | 24 | 25 | 5E | 21 |
| Octal | 244 | 150 | 5 | 0 | 45 | 141 | 44 | 45 | 136 | 41 |
| Binary | 10100100 | 1101000 | 101 | 0 | 100101 | 1100001 | 100100 | 100101 | 1011110 | 100001 |
Color Harmonies of #A46805
Complementary color
Monochromatic Colors of #A46805
Black with #A46805
Text Example
Text Example
White with #A46805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46805; }
p { color: rgb(164,104,5); }
H1.HeaderClassName
{
color: #A46805;
}
.AnyTagClassName
{
color: #A46805;
}
</style>
background-color css
<style>
a { background-color: #A46805; }
a { background-color: rgb(164,104,5); }
div.DivClassName
{
background-color: #A46805;
}
.BgClassName
{
background-color: #A46805;
}
</style>
border-color css
<style>
span { border-color: #A46805; }
span { border-color: rgb(164,104,5); }
td.TdClassName
{
border-color: #A46805;
}
.TagClassName
{
border-color: #A46805;
}
</style>