Shades of Golden Brown #A46605
Tints of Golden Brown #A46605
RGB
CMYK
RGB Variations
Color information
#A46605 (or 0xA46605) is known color: Golden Brown. HEX triplet: A4, 66 and 05. RGB value is (164,102,5). Sum of RGB (Red+Green+Blue) = 164+102+5=271 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.52% from 271); Green value is 102 (40.23% from 255 or 37.64% from 271); Blue value is 5 (2.34% from 255 or 1.85% from 271); Max value from RGB is 164 - color contains mainly: red. Hex color #A46605 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46605 is #5B99FA. Grayscale: #6D6D6D. Windows color (decimal): -6003195 or 353956. OLE color: 353956.
HSL color Cylindrical-coordinate representation of color #A46605: hue angle of 36.6º 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 #A46605 is Cyan = 0, Magento = 0.38, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 102 | 5 | - |
| CMYK | 0 | 0.38 | 0.97 | 0.36 |
| HSL | 36.6º | 0.94% | 0.33% | - |
| HSV(B) | 36.6º | 0.97% | 0.64% | - |
| XYZ | 20.09 | 17.41 | 2.44 | - |
| YUV | 109.48 | 69.04 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 102 | 5 | 0 | 0.38 | 0.97 | 0.36 | 36.6 | 0.94 | 0.33 |
| Hex | A4 | 66 | 5 | 0 | 26 | 61 | 24 | 25 | 5E | 21 |
| Octal | 244 | 146 | 5 | 0 | 46 | 141 | 44 | 45 | 136 | 41 |
| Binary | 10100100 | 1100110 | 101 | 0 | 100110 | 1100001 | 100100 | 100101 | 1011110 | 100001 |
Color Harmonies of #A46605
Complementary color
Monochromatic Colors of #A46605
Black with #A46605
Text Example
Text Example
White with #A46605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46605; }
p { color: rgb(164,102,5); }
H1.HeaderClassName
{
color: #A46605;
}
.AnyTagClassName
{
color: #A46605;
}
</style>
background-color css
<style>
a { background-color: #A46605; }
a { background-color: rgb(164,102,5); }
div.DivClassName
{
background-color: #A46605;
}
.BgClassName
{
background-color: #A46605;
}
</style>
border-color css
<style>
span { border-color: #A46605; }
span { border-color: rgb(164,102,5); }
td.TdClassName
{
border-color: #A46605;
}
.TagClassName
{
border-color: #A46605;
}
</style>