Shades of Golden Brown #A87317
Tints of Golden Brown #A87317
RGB
CMYK
RGB Variations
Color information
#A87317 (or 0xA87317) is known color: Golden Brown. HEX triplet: A8, 73 and 17. RGB value is (168,115,23). Sum of RGB (Red+Green+Blue) = 168+115+23=306 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.90% from 306); Green value is 115 (45.31% from 255 or 37.58% from 306); Blue value is 23 (9.38% from 255 or 7.52% from 306); Max value from RGB is 168 - color contains mainly: red. Hex color #A87317 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87317 is #578CE8. Grayscale: #787878. Windows color (decimal): -5737705 or 1536936. OLE color: 1536936.
HSL color Cylindrical-coordinate representation of color #A87317: hue angle of 38.07º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A87317 is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 115 | 23 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.34 |
| HSL | 38.07º | 0.76% | 0.37% | - |
| HSV(B) | 38.07º | 0.86% | 0.66% | - |
| XYZ | 22.43 | 20.65 | 3.61 | - |
| YUV | 120.36 | 73.06 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 115 | 23 | 0 | 0.32 | 0.86 | 0.34 | 38.07 | 0.76 | 0.37 |
| Hex | A8 | 73 | 17 | 0 | 20 | 56 | 22 | 26 | 4C | 25 |
| Octal | 250 | 163 | 27 | 0 | 40 | 126 | 42 | 46 | 114 | 45 |
| Binary | 10101000 | 1110011 | 10111 | 0 | 100000 | 1010110 | 100010 | 100110 | 1001100 | 100101 |
Color Harmonies of #A87317
Complementary color
Monochromatic Colors of #A87317
Black with #A87317
Text Example
Text Example
White with #A87317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87317; }
p { color: rgb(168,115,23); }
H1.HeaderClassName
{
color: #A87317;
}
.AnyTagClassName
{
color: #A87317;
}
</style>
background-color css
<style>
a { background-color: #A87317; }
a { background-color: rgb(168,115,23); }
div.DivClassName
{
background-color: #A87317;
}
.BgClassName
{
background-color: #A87317;
}
</style>
border-color css
<style>
span { border-color: #A87317; }
span { border-color: rgb(168,115,23); }
td.TdClassName
{
border-color: #A87317;
}
.TagClassName
{
border-color: #A87317;
}
</style>