#A16F41

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

Shades of Bourbon #A16F41

Tints of Bourbon #A16F41

Color information

#A16F41 (or 0xA16F41) is unknown color: approx Bourbon. HEX triplet: A1, 6F and 41. RGB value is (161,111,65). Sum of RGB (Red+Green+Blue) = 161+111+65=337 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.77% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 65 (25.78% from 255 or 19.29% from 337); Max value from RGB is 161 - color contains mainly: red. Hex color #A16F41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16F41 is #5E90BE. Grayscale: #787878. Windows color (decimal): -6197439 or 4288417. OLE color: 4288417.

HSL color Cylindrical-coordinate representation of color #A16F41: hue angle of 28.75º 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 #A16F41 is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB16111165-
CMYK00.310.600.37
HSL28.75º42.48%44.31%-
HSV(B)28.75º59.63%63.14%-
XYZ21.3419.337.61-
YUV120.7196.56156.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.77%
GREEN value IS 111 (43.75% from 255) = 32.94%
BLUE value IS 65 (25.78% from 255) = 19.29%
R=47.77%
G=32.94%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.60
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611116500.310.600.3728.7542.4844.31
HexA16F4101F3C251d2a2c
Octal2411571010377445355254
Binary101000011101111100000101111111110010010111101101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16F41; }

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

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

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

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

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

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

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

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