#A46E43

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

Shades of Bourbon #A46E43

Tints of Bourbon #A46E43

Color information

#A46E43 (or 0xA46E43) is unknown color: approx Bourbon. HEX triplet: A4, 6E and 43. RGB value is (164,110,67). Sum of RGB (Red+Green+Blue) = 164+110+67=341 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.09% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 67 (26.56% from 255 or 19.65% from 341); Max value from RGB is 164 - color contains mainly: red. Hex color #A46E43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46E43 is #5B91BC. Grayscale: #797979. Windows color (decimal): -6001085 or 4419236. OLE color: 4419236.

HSL color Cylindrical-coordinate representation of color #A46E43: hue angle of 26.6º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A46E43 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB16411067-
CMYK00.330.590.36
HSL26.6º41.99%45.29%-
HSV(B)26.6º59.15%64.31%-
XYZ21.919.457.91-
YUV121.2497.39158.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.09%
GREEN value IS 110 (43.36% from 255) = 32.26%
BLUE value IS 67 (26.56% from 255) = 19.65%
R=48.09%
G=32.26%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641106700.330.590.3626.641.9945.29
HexA46E430213B241b2a2d
Octal2441561030417344335255
Binary1010010011011101000011010000111101110010011011101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46E43; }

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

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

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

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

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

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

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

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