#A16E41

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

Shades of Bourbon #A16E41

Tints of Bourbon #A16E41

Color information

#A16E41 (or 0xA16E41) is unknown color: approx Bourbon. HEX triplet: A1, 6E and 41. RGB value is (161,110,65). Sum of RGB (Red+Green+Blue) = 161+110+65=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 65 (25.78% from 255 or 19.35% from 336); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16E41 is #5E91BE. Grayscale: #787878. Windows color (decimal): -6197695 or 4288161. OLE color: 4288161.

HSL color Cylindrical-coordinate representation of color #A16E41: hue angle of 28.12º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A16E41 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB16111065-
CMYK00.320.600.37
HSL28.12º42.48%44.31%-
HSV(B)28.12º59.63%63.14%-
XYZ21.2319.117.57-
YUV120.1296.9157.16-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.92%
GREEN value IS 110 (43.36% from 255) = 32.74%
BLUE value IS 65 (25.78% from 255) = 19.35%
R=47.92%
G=32.74%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.60
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611106500.320.600.3728.1242.4844.31
HexA16E410203C251c2a2c
Octal2411561010407445345254
Binary1010000111011101000001010000011110010010111100101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16E41; }

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

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

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

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

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

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

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

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