#A86D41

Color #A86D41 Bourbon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bourbon #A86D41

Tints of Bourbon #A86D41

Color information

#A86D41 (or 0xA86D41) is unknown color: approx Bourbon. HEX triplet: A8, 6D and 41. RGB value is (168,109,65). Sum of RGB (Red+Green+Blue) = 168+109+65=342 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.12% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 168 - color contains mainly: red. Hex color #A86D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86D41 is #5792BE. Grayscale: #797979. Windows color (decimal): -5739199 or 4287912. OLE color: 4287912.

HSL color Cylindrical-coordinate representation of color #A86D41: hue angle of 25.63º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A86D41 is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.34.

Color convert

RGB16810965-
CMYK00.350.610.34
HSL25.63º44.21%45.69%-
HSV(B)25.63º61.31%65.88%-
XYZ22.5719.647.6-
YUV121.6296.05161.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 49.12%
GREEN value IS 109 (42.97% from 255) = 31.87%
BLUE value IS 65 (25.78% from 255) = 19.01%
R=49.12%
G=31.87%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.61
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681096500.350.610.3425.6344.2145.69
HexA86D410233D221a2c2e
Octal2501551010437542325456
Binary1010100011011011000001010001111110110001011010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86D41; }

 p { color: rgb(168,109,65); }

 H1.HeaderClassName
 {
   color: #A86D41;
 }
 .AnyTagClassName
 {
   color: #A86D41;
 }
</style>
background-color css

<style>
 a { background-color: #A86D41; }

 a { background-color: rgb(168,109,65); }

 div.DivClassName
 {
   background-color: #A86D41;
 }
 .BgClassName
 {
   background-color: #A86D41;
 }
</style>
border-color css

<style>
 span { border-color: #A86D41; }

 span { border-color: rgb(168,109,65); }

 td.TdClassName
 {
   border-color: #A86D41;
 }
 .TagClassName
 {
   border-color: #A86D41;
 }
</style>