#A16E43

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

Shades of Bourbon #A16E43

Tints of Bourbon #A16E43

Color information

#A16E43 (or 0xA16E43) is unknown color: approx Bourbon. HEX triplet: A1, 6E and 43. RGB value is (161,110,67). Sum of RGB (Red+Green+Blue) = 161+110+67=338 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.63% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 67 (26.56% from 255 or 19.82% from 338); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16E43 is #5E91BC. Grayscale: #787878. Windows color (decimal): -6197693 or 4419233. OLE color: 4419233.

HSL color Cylindrical-coordinate representation of color #A16E43: hue angle of 27.45º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A16E43 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.37.

Color convert

RGB16111067-
CMYK00.320.580.37
HSL27.45º41.23%44.71%-
HSV(B)27.45º58.39%63.14%-
XYZ21.2919.137.88-
YUV120.3597.9157-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.63%
GREEN value IS 110 (43.36% from 255) = 32.54%
BLUE value IS 67 (26.56% from 255) = 19.82%
R=47.63%
G=32.54%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.58
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611106700.320.580.3727.4541.2344.71
HexA16E430203A251b292d
Octal2411561030407245335155
Binary1010000111011101000011010000011101010010111011101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16E43; }

 p { color: rgb(161,110,67); }

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

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

 a { background-color: rgb(161,110,67); }

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

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

 span { border-color: rgb(161,110,67); }

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