#A56E43

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

Shades of Bourbon #A56E43

Tints of Bourbon #A56E43

Color information

#A56E43 (or 0xA56E43) is unknown color: approx Bourbon. HEX triplet: A5, 6E and 43. RGB value is (165,110,67). Sum of RGB (Red+Green+Blue) = 165+110+67=342 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.25% from 342); Green value is 110 (43.36% from 255 or 32.16% from 342); Blue value is 67 (26.56% from 255 or 19.59% from 342); Max value from RGB is 165 - color contains mainly: red. Hex color #A56E43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56E43 is #5A91BC. Grayscale: #797979. Windows color (decimal): -5935549 or 4419237. OLE color: 4419237.

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

Color convert

RGB16511067-
CMYK00.330.590.35
HSL26.33º42.24%45.49%-
HSV(B)26.33º59.39%64.71%-
XYZ22.1119.567.92-
YUV121.5497.22159-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.25%
GREEN value IS 110 (43.36% from 255) = 32.16%
BLUE value IS 67 (26.56% from 255) = 19.59%
R=48.25%
G=32.16%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651106700.330.590.3526.3342.2445.49
HexA56E430213B231a2a2d
Octal2451561030417343325255
Binary1010010111011101000011010000111101110001111010101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56E43; }

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

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

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

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

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

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

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

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