#A56E46

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

Shades of Bourbon #A56E46

Tints of Bourbon #A56E46

Color information

#A56E46 (or 0xA56E46) is unknown color: approx Bourbon. HEX triplet: A5, 6E and 46. RGB value is (165,110,70). Sum of RGB (Red+Green+Blue) = 165+110+70=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 70 (27.73% from 255 or 20.29% from 345); Max value from RGB is 165 - color contains mainly: red. Hex color #A56E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56E46 is #5A91B9. Grayscale: #7A7A7A. Windows color (decimal): -5935546 or 4615845. OLE color: 4615845.

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

Color convert

RGB16511070-
CMYK00.330.580.35
HSL25.26º40.43%46.08%-
HSV(B)25.26º57.58%64.71%-
XYZ22.219.598.41-
YUV121.8898.72158.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.83%
GREEN value IS 110 (43.36% from 255) = 31.88%
BLUE value IS 70 (27.73% from 255) = 20.29%
R=47.83%
G=31.88%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651107000.330.580.3525.2640.4346.08
HexA56E460213A2319282e
Octal2451561060417243315056
Binary1010010111011101000110010000111101010001111001101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56E46; }

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

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

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

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

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

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

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

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