Shades of Golden Brown #A46515
Tints of Golden Brown #A46515
RGB
CMYK
RGB Variations
Color information
#A46515 (or 0xA46515) is known color: Golden Brown. HEX triplet: A4, 65 and 15. RGB value is (164,101,21). Sum of RGB (Red+Green+Blue) = 164+101+21=286 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.34% from 286); Green value is 101 (39.84% from 255 or 35.31% from 286); Blue value is 21 (8.59% from 255 or 7.34% from 286); Max value from RGB is 164 - color contains mainly: red. Hex color #A46515 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46515 is #5B9AEA. Grayscale: #6F6F6F. Windows color (decimal): -6003435 or 1402276. OLE color: 1402276.
HSL color Cylindrical-coordinate representation of color #A46515: hue angle of 33.57º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A46515 is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 101 | 21 | - |
| CMYK | 0 | 0.38 | 0.87 | 0.36 |
| HSL | 33.57º | 0.77% | 0.36% | - |
| HSV(B) | 33.57º | 0.87% | 0.64% | - |
| XYZ | 20.1 | 17.25 | 2.98 | - |
| YUV | 110.72 | 77.37 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 101 | 21 | 0 | 0.38 | 0.87 | 0.36 | 33.57 | 0.77 | 0.36 |
| Hex | A4 | 65 | 15 | 0 | 26 | 57 | 24 | 22 | 4D | 24 |
| Octal | 244 | 145 | 25 | 0 | 46 | 127 | 44 | 42 | 115 | 44 |
| Binary | 10100100 | 1100101 | 10101 | 0 | 100110 | 1010111 | 100100 | 100010 | 1001101 | 100100 |
Color Harmonies of #A46515
Complementary color
Monochromatic Colors of #A46515
Black with #A46515
Text Example
Text Example
White with #A46515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46515; }
p { color: rgb(164,101,21); }
H1.HeaderClassName
{
color: #A46515;
}
.AnyTagClassName
{
color: #A46515;
}
</style>
background-color css
<style>
a { background-color: #A46515; }
a { background-color: rgb(164,101,21); }
div.DivClassName
{
background-color: #A46515;
}
.BgClassName
{
background-color: #A46515;
}
</style>
border-color css
<style>
span { border-color: #A46515; }
span { border-color: rgb(164,101,21); }
td.TdClassName
{
border-color: #A46515;
}
.TagClassName
{
border-color: #A46515;
}
</style>