#A86941

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

Shades of Bourbon #A86941

Tints of Bourbon #A86941

Color information

#A86941 (or 0xA86941) is unknown color: approx Bourbon. HEX triplet: A8, 69 and 41. RGB value is (168,105,65). Sum of RGB (Red+Green+Blue) = 168+105+65=338 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.70% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 168 - color contains mainly: red. Hex color #A86941 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86941 is #5796BE. Grayscale: #777777. Windows color (decimal): -5740223 or 4286888. OLE color: 4286888.

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

Color convert

RGB16810565-
CMYK00.380.610.34
HSL23.3º44.21%45.69%-
HSV(B)23.3º61.31%65.88%-
XYZ22.1518.817.46-
YUV119.2897.37162.75-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 49.70%
GREEN value IS 105 (41.41% from 255) = 31.07%
BLUE value IS 65 (25.78% from 255) = 19.23%
R=49.70%
G=31.07%
B=19.23%

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
Decimal1681056500.380.610.3423.344.2145.69
HexA869410263D22172c2e
Octal2501511010467542275456
Binary1010100011010011000001010011011110110001010111101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86941; }

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

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

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

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

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

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

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

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