#A56D3C

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

Shades of Bourbon #A56D3C

Tints of Bourbon #A56D3C

Color information

#A56D3C (or 0xA56D3C) is unknown color: approx Bourbon. HEX triplet: A5, 6D and 3C. RGB value is (165,109,60). Sum of RGB (Red+Green+Blue) = 165+109+60=334 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.40% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 165 - color contains mainly: red. Hex color #A56D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56D3C is #5A92C3. Grayscale: #787878. Windows color (decimal): -5935812 or 3960229. OLE color: 3960229.

HSL color Cylindrical-coordinate representation of color #A56D3C: hue angle of 28º 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 #A56D3C is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB16510960-
CMYK00.340.640.35
HSL28º46.67%44.12%-
HSV(B)28º63.64%64.71%-
XYZ21.819.266.84-
YUV120.1694.05159.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.40%
GREEN value IS 109 (42.97% from 255) = 32.63%
BLUE value IS 60 (23.83% from 255) = 17.96%
R=49.40%
G=32.63%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651096000.340.640.352846.6744.12
HexA56D3C02240231c2f2c
Octal2451557404210043345754
Binary1010010111011011111000100010100000010001111100101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56D3C; }

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

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

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

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

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

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

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

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