Shades of Golden Brown #A46320
Tints of Golden Brown #A46320
RGB
CMYK
RGB Variations
Color information
#A46320 (or 0xA46320) is known color: Golden Brown. HEX triplet: A4, 63 and 20. RGB value is (164,99,32). Sum of RGB (Red+Green+Blue) = 164+99+32=295 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.59% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 164 - color contains mainly: red. Hex color #A46320 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46320 is #5B9CDF. Grayscale: #6F6F6F. Windows color (decimal): -6003936 or 2122660. OLE color: 2122660.
HSL color Cylindrical-coordinate representation of color #A46320: hue angle of 30.45º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A46320 is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 99 | 32 | - |
| CMYK | 0 | 0.40 | 0.80 | 0.36 |
| HSL | 30.45º | 0.67% | 0.38% | - |
| HSV(B) | 30.45º | 0.8% | 0.64% | - |
| XYZ | 20.03 | 16.92 | 3.58 | - |
| YUV | 110.8 | 83.53 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 99 | 32 | 0 | 0.40 | 0.80 | 0.36 | 30.45 | 0.67 | 0.38 |
| Hex | A4 | 63 | 20 | 0 | 28 | 50 | 24 | 1E | 43 | 26 |
| Octal | 244 | 143 | 40 | 0 | 50 | 120 | 44 | 36 | 103 | 46 |
| Binary | 10100100 | 1100011 | 100000 | 0 | 101000 | 1010000 | 100100 | 11110 | 1000011 | 100110 |
Color Harmonies of #A46320
Complementary color
Monochromatic Colors of #A46320
Black with #A46320
Text Example
Text Example
White with #A46320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46320; }
p { color: rgb(164,99,32); }
H1.HeaderClassName
{
color: #A46320;
}
.AnyTagClassName
{
color: #A46320;
}
</style>
background-color css
<style>
a { background-color: #A46320; }
a { background-color: rgb(164,99,32); }
div.DivClassName
{
background-color: #A46320;
}
.BgClassName
{
background-color: #A46320;
}
</style>
border-color css
<style>
span { border-color: #A46320; }
span { border-color: rgb(164,99,32); }
td.TdClassName
{
border-color: #A46320;
}
.TagClassName
{
border-color: #A46320;
}
</style>