#A86841

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

Shades of Bourbon #A86841

Tints of Bourbon #A86841

Color information

#A86841 (or 0xA86841) is unknown color: approx Bourbon. HEX triplet: A8, 68 and 41. RGB value is (168,104,65). Sum of RGB (Red+Green+Blue) = 168+104+65=337 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.85% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 65 (25.78% from 255 or 19.29% from 337); Max value from RGB is 168 - color contains mainly: red. Hex color #A86841 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86841 is #5797BE. Grayscale: #767676. Windows color (decimal): -5740479 or 4286632. OLE color: 4286632.

HSL color Cylindrical-coordinate representation of color #A86841: hue angle of 22.72º 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 #A86841 is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.34.

Color convert

RGB16810465-
CMYK00.380.610.34
HSL22.72º44.21%45.69%-
HSV(B)22.72º61.31%65.88%-
XYZ22.0518.617.43-
YUV118.6997.7163.17-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 49.85%
GREEN value IS 104 (41.02% from 255) = 30.86%
BLUE value IS 65 (25.78% from 255) = 19.29%
R=49.85%
G=30.86%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.61
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681046500.380.610.3422.7244.2145.69
HexA868410263D22172c2e
Octal2501501010467542275456
Binary1010100011010001000001010011011110110001010111101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86841; }

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

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

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

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

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

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

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

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