Shades of Golden Brown #A46410
Tints of Golden Brown #A46410
RGB
CMYK
RGB Variations
Color information
#A46410 (or 0xA46410) is known color: Golden Brown. HEX triplet: A4, 64 and 10. RGB value is (164,100,16). Sum of RGB (Red+Green+Blue) = 164+100+16=280 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.57% from 280); Green value is 100 (39.45% from 255 or 35.71% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 164 - color contains mainly: red. Hex color #A46410 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46410 is #5B9BEF. Grayscale: #6D6D6D. Windows color (decimal): -6003696 or 1074340. OLE color: 1074340.
HSL color Cylindrical-coordinate representation of color #A46410: hue angle of 34.05º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A46410 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 100 | 16 | - |
| CMYK | 0 | 0.39 | 0.90 | 0.36 |
| HSL | 34.05º | 0.82% | 0.35% | - |
| HSV(B) | 34.05º | 0.9% | 0.64% | - |
| XYZ | 19.96 | 17.04 | 2.73 | - |
| YUV | 109.56 | 75.2 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 100 | 16 | 0 | 0.39 | 0.90 | 0.36 | 34.05 | 0.82 | 0.35 |
| Hex | A4 | 64 | 10 | 0 | 27 | 5A | 24 | 22 | 52 | 23 |
| Octal | 244 | 144 | 20 | 0 | 47 | 132 | 44 | 42 | 122 | 43 |
| Binary | 10100100 | 1100100 | 10000 | 0 | 100111 | 1011010 | 100100 | 100010 | 1010010 | 100011 |
Color Harmonies of #A46410
Complementary color
Monochromatic Colors of #A46410
Black with #A46410
Text Example
Text Example
White with #A46410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46410; }
p { color: rgb(164,100,16); }
H1.HeaderClassName
{
color: #A46410;
}
.AnyTagClassName
{
color: #A46410;
}
</style>
background-color css
<style>
a { background-color: #A46410; }
a { background-color: rgb(164,100,16); }
div.DivClassName
{
background-color: #A46410;
}
.BgClassName
{
background-color: #A46410;
}
</style>
border-color css
<style>
span { border-color: #A46410; }
span { border-color: rgb(164,100,16); }
td.TdClassName
{
border-color: #A46410;
}
.TagClassName
{
border-color: #A46410;
}
</style>