Shades of Golden Brown #A46219
Tints of Golden Brown #A46219
RGB
CMYK
RGB Variations
Color information
#A46219 (or 0xA46219) is known color: Golden Brown. HEX triplet: A4, 62 and 19. RGB value is (164,98,25). Sum of RGB (Red+Green+Blue) = 164+98+25=287 (38% of max value = 765). Red value is 164 (64.45% from 255 or 57.14% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 25 (10.16% from 255 or 8.71% from 287); Max value from RGB is 164 - color contains mainly: red. Hex color #A46219 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46219 is #5B9DE6. Grayscale: #6D6D6D. Windows color (decimal): -6004199 or 1663652. OLE color: 1663652.
HSL color Cylindrical-coordinate representation of color #A46219: hue angle of 31.51º 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 #A46219 is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 98 | 25 | - |
| CMYK | 0 | 0.40 | 0.85 | 0.36 |
| HSL | 31.51º | 0.74% | 0.37% | - |
| HSV(B) | 31.51º | 0.85% | 0.64% | - |
| XYZ | 19.85 | 16.7 | 3.1 | - |
| YUV | 109.41 | 80.37 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 98 | 25 | 0 | 0.40 | 0.85 | 0.36 | 31.51 | 0.74 | 0.37 |
| Hex | A4 | 62 | 19 | 0 | 28 | 55 | 24 | 20 | 4A | 25 |
| Octal | 244 | 142 | 31 | 0 | 50 | 125 | 44 | 40 | 112 | 45 |
| Binary | 10100100 | 1100010 | 11001 | 0 | 101000 | 1010101 | 100100 | 100000 | 1001010 | 100101 |
Color Harmonies of #A46219
Complementary color
Monochromatic Colors of #A46219
Black with #A46219
Text Example
Text Example
White with #A46219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46219; }
p { color: rgb(164,98,25); }
H1.HeaderClassName
{
color: #A46219;
}
.AnyTagClassName
{
color: #A46219;
}
</style>
background-color css
<style>
a { background-color: #A46219; }
a { background-color: rgb(164,98,25); }
div.DivClassName
{
background-color: #A46219;
}
.BgClassName
{
background-color: #A46219;
}
</style>
border-color css
<style>
span { border-color: #A46219; }
span { border-color: rgb(164,98,25); }
td.TdClassName
{
border-color: #A46219;
}
.TagClassName
{
border-color: #A46219;
}
</style>