#A36E43

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

Shades of Bourbon #A36E43

Tints of Bourbon #A36E43

Color information

#A36E43 (or 0xA36E43) is unknown color: approx Bourbon. HEX triplet: A3, 6E and 43. RGB value is (163,110,67). Sum of RGB (Red+Green+Blue) = 163+110+67=340 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.94% from 340); Green value is 110 (43.36% from 255 or 32.35% from 340); Blue value is 67 (26.56% from 255 or 19.71% from 340); Max value from RGB is 163 - color contains mainly: red. Hex color #A36E43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36E43 is #5C91BC. Grayscale: #797979. Windows color (decimal): -6066621 or 4419235. OLE color: 4419235.

HSL color Cylindrical-coordinate representation of color #A36E43: hue angle of 26.88º degrees, saturation: 0.42, 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 #A36E43 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB16311067-
CMYK00.330.590.36
HSL26.88º41.74%45.1%-
HSV(B)26.88º58.9%63.92%-
XYZ21.6919.347.9-
YUV120.9497.56158-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.94%
GREEN value IS 110 (43.36% from 255) = 32.35%
BLUE value IS 67 (26.56% from 255) = 19.71%
R=47.94%
G=32.35%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631106700.330.590.3626.8841.7445.1
HexA36E430213B241b2a2d
Octal2431561030417344335255
Binary1010001111011101000011010000111101110010011011101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36E43; }

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

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

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

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

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

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

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

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