#A56F45

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

Shades of Bourbon #A56F45

Tints of Bourbon #A56F45

Color information

#A56F45 (or 0xA56F45) is unknown color: approx Bourbon. HEX triplet: A5, 6F and 45. RGB value is (165,111,69). Sum of RGB (Red+Green+Blue) = 165+111+69=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 69 (27.34% from 255 or 20% from 345); Max value from RGB is 165 - color contains mainly: red. Hex color #A56F45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56F45 is #5A90BA. Grayscale: #7A7A7A. Windows color (decimal): -5935291 or 4550565. OLE color: 4550565.

HSL color Cylindrical-coordinate representation of color #A56F45: hue angle of 26.25º degrees, saturation: 0.41, 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 #A56F45 is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB16511169-
CMYK00.330.580.35
HSL26.25º41.03%45.88%-
HSV(B)26.25º58.18%64.71%-
XYZ22.2819.88.28-
YUV122.3697.89158.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.83%
GREEN value IS 111 (43.75% from 255) = 32.17%
BLUE value IS 69 (27.34% from 255) = 20%
R=47.83%
G=32.17%
B=20%

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
Decimal1651116900.330.580.3526.2541.0345.88
HexA56F450213A231a292e
Octal2451571050417243325156
Binary1010010111011111000101010000111101010001111010101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56F45; }

 p { color: rgb(165,111,69); }

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

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

 a { background-color: rgb(165,111,69); }

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

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

 span { border-color: rgb(165,111,69); }

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