#A56B46

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

Shades of Bourbon #A56B46

Tints of Bourbon #A56B46

Color information

#A56B46 (or 0xA56B46) is unknown color: approx Bourbon. HEX triplet: A5, 6B and 46. RGB value is (165,107,70). Sum of RGB (Red+Green+Blue) = 165+107+70=342 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.25% from 342); Green value is 107 (42.19% from 255 or 31.29% from 342); Blue value is 70 (27.73% from 255 or 20.47% from 342); Max value from RGB is 165 - color contains mainly: red. Hex color #A56B46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56B46 is #5A94B9. Grayscale: #787878. Windows color (decimal): -5936314 or 4615077. OLE color: 4615077.

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

Color convert

RGB16510770-
CMYK00.350.580.35
HSL23.37º40.43%46.08%-
HSV(B)23.37º57.58%64.71%-
XYZ21.8818.968.3-
YUV120.1299.72160.01-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.25%
GREEN value IS 107 (42.19% from 255) = 31.29%
BLUE value IS 70 (27.73% from 255) = 20.47%
R=48.25%
G=31.29%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651077000.350.580.3523.3740.4346.08
HexA56B460233A2317282e
Octal2451531060437243275056
Binary1010010111010111000110010001111101010001110111101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56B46; }

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

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

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

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

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

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

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

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