#A86F43

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

Shades of Bourbon #A86F43

Tints of Bourbon #A86F43

Color information

#A86F43 (or 0xA86F43) is unknown color: approx Bourbon. HEX triplet: A8, 6F and 43. RGB value is (168,111,67). Sum of RGB (Red+Green+Blue) = 168+111+67=346 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.55% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 67 (26.56% from 255 or 19.36% from 346); Max value from RGB is 168 - color contains mainly: red. Hex color #A86F43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86F43 is #5790BC. Grayscale: #7B7B7B. Windows color (decimal): -5738685 or 4419496. OLE color: 4419496.

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

Color convert

RGB16811167-
CMYK00.340.600.34
HSL26.14º42.98%46.08%-
HSV(B)26.14º60.12%65.88%-
XYZ22.8520.17.99-
YUV123.0396.38160.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.55%
GREEN value IS 111 (43.75% from 255) = 32.08%
BLUE value IS 67 (26.56% from 255) = 19.36%
R=48.55%
G=32.08%
B=19.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.60
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681116700.340.600.3426.1442.9846.08
HexA86F430223C221a2b2e
Octal2501571030427442325356
Binary1010100011011111000011010001011110010001011010101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86F43; }

 p { color: rgb(168,111,67); }

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

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

 a { background-color: rgb(168,111,67); }

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

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

 span { border-color: rgb(168,111,67); }

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