Shades of Golden Brown #A86D04
Tints of Golden Brown #A86D04
RGB
CMYK
RGB Variations
Color information
#A86D04 (or 0xA86D04) is known color: Golden Brown. HEX triplet: A8, 6D and 04. RGB value is (168,109,4). Sum of RGB (Red+Green+Blue) = 168+109+4=281 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.79% from 281); Green value is 109 (42.97% from 255 or 38.79% from 281); Blue value is 4 (1.95% from 255 or 1.42% from 281); Max value from RGB is 168 - color contains mainly: red. Hex color #A86D04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86D04 is #5792FB. Grayscale: #737373. Windows color (decimal): -5739260 or 290216. OLE color: 290216.
HSL color Cylindrical-coordinate representation of color #A86D04: hue angle of 38.41º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A86D04 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 109 | 4 | - |
| CMYK | 0 | 0.35 | 0.98 | 0.34 |
| HSL | 38.41º | 0.95% | 0.34% | - |
| HSV(B) | 38.41º | 0.98% | 0.66% | - |
| XYZ | 21.64 | 19.27 | 2.69 | - |
| YUV | 114.67 | 65.55 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 109 | 4 | 0 | 0.35 | 0.98 | 0.34 | 38.41 | 0.95 | 0.34 |
| Hex | A8 | 6D | 4 | 0 | 23 | 62 | 22 | 26 | 5F | 22 |
| Octal | 250 | 155 | 4 | 0 | 43 | 142 | 42 | 46 | 137 | 42 |
| Binary | 10101000 | 1101101 | 100 | 0 | 100011 | 1100010 | 100010 | 100110 | 1011111 | 100010 |
Color Harmonies of #A86D04
Complementary color
Monochromatic Colors of #A86D04
Black with #A86D04
Text Example
Text Example
White with #A86D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86D04; }
p { color: rgb(168,109,4); }
H1.HeaderClassName
{
color: #A86D04;
}
.AnyTagClassName
{
color: #A86D04;
}
</style>
background-color css
<style>
a { background-color: #A86D04; }
a { background-color: rgb(168,109,4); }
div.DivClassName
{
background-color: #A86D04;
}
.BgClassName
{
background-color: #A86D04;
}
</style>
border-color css
<style>
span { border-color: #A86D04; }
span { border-color: rgb(168,109,4); }
td.TdClassName
{
border-color: #A86D04;
}
.TagClassName
{
border-color: #A86D04;
}
</style>