#A16C43

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

Shades of Bourbon #A16C43

Tints of Bourbon #A16C43

Color information

#A16C43 (or 0xA16C43) is unknown color: approx Bourbon. HEX triplet: A1, 6C and 43. RGB value is (161,108,67). Sum of RGB (Red+Green+Blue) = 161+108+67=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 108 (42.58% from 255 or 32.14% from 336); Blue value is 67 (26.56% from 255 or 19.94% from 336); Max value from RGB is 161 - color contains mainly: red. Hex color #A16C43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16C43 is #5E93BC. Grayscale: #777777. Windows color (decimal): -6198205 or 4418721. OLE color: 4418721.

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

Color convert

RGB16110867-
CMYK00.330.580.37
HSL26.17º41.23%44.71%-
HSV(B)26.17º58.39%63.14%-
XYZ21.0718.717.81-
YUV119.1798.56157.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.92%
GREEN value IS 108 (42.58% from 255) = 32.14%
BLUE value IS 67 (26.56% from 255) = 19.94%
R=47.92%
G=32.14%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.58
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611086700.330.580.3726.1741.2344.71
HexA16C430213A251a292d
Octal2411541030417245325155
Binary1010000111011001000011010000111101010010111010101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16C43; }

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

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

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

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

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

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

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

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