Shades of Golden Brown #A86819
Tints of Golden Brown #A86819
RGB
CMYK
RGB Variations
Color information
#A86819 (or 0xA86819) is known color: Golden Brown. HEX triplet: A8, 68 and 19. RGB value is (168,104,25). Sum of RGB (Red+Green+Blue) = 168+104+25=297 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.57% from 297); Green value is 104 (41.02% from 255 or 35.02% from 297); Blue value is 25 (10.16% from 255 or 8.42% from 297); Max value from RGB is 168 - color contains mainly: red. Hex color #A86819 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86819 is #5797E6. Grayscale: #727272. Windows color (decimal): -5740519 or 1665192. OLE color: 1665192.
HSL color Cylindrical-coordinate representation of color #A86819: hue angle of 33.15º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A86819 is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 104 | 25 | - |
| CMYK | 0 | 0.38 | 0.85 | 0.34 |
| HSL | 33.15º | 0.74% | 0.38% | - |
| HSV(B) | 33.15º | 0.85% | 0.66% | - |
| XYZ | 21.27 | 18.3 | 3.33 | - |
| YUV | 114.13 | 77.7 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 104 | 25 | 0 | 0.38 | 0.85 | 0.34 | 33.15 | 0.74 | 0.38 |
| Hex | A8 | 68 | 19 | 0 | 26 | 55 | 22 | 21 | 4A | 26 |
| Octal | 250 | 150 | 31 | 0 | 46 | 125 | 42 | 41 | 112 | 46 |
| Binary | 10101000 | 1101000 | 11001 | 0 | 100110 | 1010101 | 100010 | 100001 | 1001010 | 100110 |
Color Harmonies of #A86819
Complementary color
Monochromatic Colors of #A86819
Black with #A86819
Text Example
Text Example
White with #A86819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86819; }
p { color: rgb(168,104,25); }
H1.HeaderClassName
{
color: #A86819;
}
.AnyTagClassName
{
color: #A86819;
}
</style>
background-color css
<style>
a { background-color: #A86819; }
a { background-color: rgb(168,104,25); }
div.DivClassName
{
background-color: #A86819;
}
.BgClassName
{
background-color: #A86819;
}
</style>
border-color css
<style>
span { border-color: #A86819; }
span { border-color: rgb(168,104,25); }
td.TdClassName
{
border-color: #A86819;
}
.TagClassName
{
border-color: #A86819;
}
</style>