#A56E3C

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

Shades of Bourbon #A56E3C

Tints of Bourbon #A56E3C

Color information

#A56E3C (or 0xA56E3C) is unknown color: approx Bourbon. HEX triplet: A5, 6E and 3C. RGB value is (165,110,60). Sum of RGB (Red+Green+Blue) = 165+110+60=335 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.25% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 165 - color contains mainly: red. Hex color #A56E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56E3C is #5A91C3. Grayscale: #787878. Windows color (decimal): -5935556 or 3960485. OLE color: 3960485.

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

Color convert

RGB16511060-
CMYK00.330.640.35
HSL28.57º46.67%44.12%-
HSV(B)28.57º63.64%64.71%-
XYZ21.9119.486.88-
YUV120.7493.72159.57-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.25%
GREEN value IS 110 (43.36% from 255) = 32.84%
BLUE value IS 60 (23.83% from 255) = 17.91%
R=49.25%
G=32.84%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651106000.330.640.3528.5746.6744.12
HexA56E3C02140231d2f2c
Octal2451567404110043355754
Binary1010010111011101111000100001100000010001111101101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56E3C; }

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

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

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

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

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

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

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

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