Shades of Golden Brown #A46119
Tints of Golden Brown #A46119
RGB
CMYK
RGB Variations
Color information
#A46119 (or 0xA46119) is known color: Golden Brown. HEX triplet: A4, 61 and 19. RGB value is (164,97,25). Sum of RGB (Red+Green+Blue) = 164+97+25=286 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.34% from 286); Green value is 97 (38.28% from 255 or 33.92% from 286); Blue value is 25 (10.16% from 255 or 8.74% from 286); Max value from RGB is 164 - color contains mainly: red. Hex color #A46119 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46119 is #5B9EE6. Grayscale: #6D6D6D. Windows color (decimal): -6004455 or 1663396. OLE color: 1663396.
HSL color Cylindrical-coordinate representation of color #A46119: hue angle of 31.08º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A46119 is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 97 | 25 | - |
| CMYK | 0 | 0.41 | 0.85 | 0.36 |
| HSL | 31.08º | 0.74% | 0.37% | - |
| HSV(B) | 31.08º | 0.85% | 0.64% | - |
| XYZ | 19.76 | 16.51 | 3.07 | - |
| YUV | 108.83 | 80.7 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 97 | 25 | 0 | 0.41 | 0.85 | 0.36 | 31.08 | 0.74 | 0.37 |
| Hex | A4 | 61 | 19 | 0 | 29 | 55 | 24 | 1F | 4A | 25 |
| Octal | 244 | 141 | 31 | 0 | 51 | 125 | 44 | 37 | 112 | 45 |
| Binary | 10100100 | 1100001 | 11001 | 0 | 101001 | 1010101 | 100100 | 11111 | 1001010 | 100101 |
Color Harmonies of #A46119
Complementary color
Monochromatic Colors of #A46119
Black with #A46119
Text Example
Text Example
White with #A46119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46119; }
p { color: rgb(164,97,25); }
H1.HeaderClassName
{
color: #A46119;
}
.AnyTagClassName
{
color: #A46119;
}
</style>
background-color css
<style>
a { background-color: #A46119; }
a { background-color: rgb(164,97,25); }
div.DivClassName
{
background-color: #A46119;
}
.BgClassName
{
background-color: #A46119;
}
</style>
border-color css
<style>
span { border-color: #A46119; }
span { border-color: rgb(164,97,25); }
td.TdClassName
{
border-color: #A46119;
}
.TagClassName
{
border-color: #A46119;
}
</style>