Shades of Golden Brown #A86518
Tints of Golden Brown #A86518
RGB
CMYK
RGB Variations
Color information
#A86518 (or 0xA86518) is known color: Golden Brown. HEX triplet: A8, 65 and 18. RGB value is (168,101,24). Sum of RGB (Red+Green+Blue) = 168+101+24=293 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.34% from 293); Green value is 101 (39.84% from 255 or 34.47% from 293); Blue value is 24 (9.77% from 255 or 8.19% from 293); Max value from RGB is 168 - color contains mainly: red. Hex color #A86518 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86518 is #579AE7. Grayscale: #707070. Windows color (decimal): -5741288 or 1598888. OLE color: 1598888.
HSL color Cylindrical-coordinate representation of color #A86518: hue angle of 32.08º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A86518 is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 101 | 24 | - |
| CMYK | 0 | 0.40 | 0.86 | 0.34 |
| HSL | 32.08º | 0.75% | 0.38% | - |
| HSV(B) | 32.08º | 0.86% | 0.66% | - |
| XYZ | 20.97 | 17.7 | 3.18 | - |
| YUV | 112.26 | 78.2 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 101 | 24 | 0 | 0.40 | 0.86 | 0.34 | 32.08 | 0.75 | 0.38 |
| Hex | A8 | 65 | 18 | 0 | 28 | 56 | 22 | 20 | 4B | 26 |
| Octal | 250 | 145 | 30 | 0 | 50 | 126 | 42 | 40 | 113 | 46 |
| Binary | 10101000 | 1100101 | 11000 | 0 | 101000 | 1010110 | 100010 | 100000 | 1001011 | 100110 |
Color Harmonies of #A86518
Complementary color
Monochromatic Colors of #A86518
Black with #A86518
Text Example
Text Example
White with #A86518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86518; }
p { color: rgb(168,101,24); }
H1.HeaderClassName
{
color: #A86518;
}
.AnyTagClassName
{
color: #A86518;
}
</style>
background-color css
<style>
a { background-color: #A86518; }
a { background-color: rgb(168,101,24); }
div.DivClassName
{
background-color: #A86518;
}
.BgClassName
{
background-color: #A86518;
}
</style>
border-color css
<style>
span { border-color: #A86518; }
span { border-color: rgb(168,101,24); }
td.TdClassName
{
border-color: #A86518;
}
.TagClassName
{
border-color: #A86518;
}
</style>