Shades of Golden Brown #A86714
Tints of Golden Brown #A86714
RGB
CMYK
RGB Variations
Color information
#A86714 (or 0xA86714) is known color: Golden Brown. HEX triplet: A8, 67 and 14. RGB value is (168,103,20). Sum of RGB (Red+Green+Blue) = 168+103+20=291 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.73% from 291); Green value is 103 (40.62% from 255 or 35.40% from 291); Blue value is 20 (8.20% from 255 or 6.87% from 291); Max value from RGB is 168 - color contains mainly: red. Hex color #A86714 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86714 is #5798EB. Grayscale: #717171. Windows color (decimal): -5740780 or 1337256. OLE color: 1337256.
HSL color Cylindrical-coordinate representation of color #A86714: hue angle of 33.65º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A86714 is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 103 | 20 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.34 |
| HSL | 33.65º | 0.79% | 0.37% | - |
| HSV(B) | 33.65º | 0.88% | 0.66% | - |
| XYZ | 21.12 | 18.08 | 3.04 | - |
| YUV | 112.97 | 75.53 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 103 | 20 | 0 | 0.39 | 0.88 | 0.34 | 33.65 | 0.79 | 0.37 |
| Hex | A8 | 67 | 14 | 0 | 27 | 58 | 22 | 22 | 4F | 25 |
| Octal | 250 | 147 | 24 | 0 | 47 | 130 | 42 | 42 | 117 | 45 |
| Binary | 10101000 | 1100111 | 10100 | 0 | 100111 | 1011000 | 100010 | 100010 | 1001111 | 100101 |
Color Harmonies of #A86714
Complementary color
Monochromatic Colors of #A86714
Black with #A86714
Text Example
Text Example
White with #A86714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86714; }
p { color: rgb(168,103,20); }
H1.HeaderClassName
{
color: #A86714;
}
.AnyTagClassName
{
color: #A86714;
}
</style>
background-color css
<style>
a { background-color: #A86714; }
a { background-color: rgb(168,103,20); }
div.DivClassName
{
background-color: #A86714;
}
.BgClassName
{
background-color: #A86714;
}
</style>
border-color css
<style>
span { border-color: #A86714; }
span { border-color: rgb(168,103,20); }
td.TdClassName
{
border-color: #A86714;
}
.TagClassName
{
border-color: #A86714;
}
</style>