#A26E43

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

Shades of Bourbon #A26E43

Tints of Bourbon #A26E43

Color information

#A26E43 (or 0xA26E43) is unknown color: approx Bourbon. HEX triplet: A2, 6E and 43. RGB value is (162,110,67). Sum of RGB (Red+Green+Blue) = 162+110+67=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 67 (26.56% from 255 or 19.76% from 339); Max value from RGB is 162 - color contains mainly: red. Hex color #A26E43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26E43 is #5D91BC. Grayscale: #787878. Windows color (decimal): -6132157 or 4419234. OLE color: 4419234.

HSL color Cylindrical-coordinate representation of color #A26E43: hue angle of 27.16º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A26E43 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB16211067-
CMYK00.320.590.36
HSL27.16º41.48%44.9%-
HSV(B)27.16º58.64%63.53%-
XYZ21.4919.247.89-
YUV120.6597.73157.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.79%
GREEN value IS 110 (43.36% from 255) = 32.45%
BLUE value IS 67 (26.56% from 255) = 19.76%
R=47.79%
G=32.45%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621106700.320.590.3627.1641.4844.9
HexA26E430203B241b292d
Octal2421561030407344335155
Binary1010001011011101000011010000011101110010011011101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26E43; }

 p { color: rgb(162,110,67); }

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

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

 a { background-color: rgb(162,110,67); }

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

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

 span { border-color: rgb(162,110,67); }

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