#A47143

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

Shades of Bourbon #A47143

Tints of Bourbon #A47143

Color information

#A47143 (or 0xA47143) is unknown color: approx Bourbon. HEX triplet: A4, 71 and 43. RGB value is (164,113,67). Sum of RGB (Red+Green+Blue) = 164+113+67=344 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.67% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 67 (26.56% from 255 or 19.48% from 344); Max value from RGB is 164 - color contains mainly: red. Hex color #A47143 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47143 is #5B8EBC. Grayscale: #7B7B7B. Windows color (decimal): -6000317 or 4420004. OLE color: 4420004.

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

Color convert

RGB16411367-
CMYK00.310.590.36
HSL28.45º41.99%45.29%-
HSV(B)28.45º59.15%64.31%-
XYZ22.2320.118.02-
YUV123.0196.4157.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.67%
GREEN value IS 113 (44.53% from 255) = 32.85%
BLUE value IS 67 (26.56% from 255) = 19.48%
R=47.67%
G=32.85%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641136700.310.590.3628.4541.9945.29
HexA4714301F3B241c2a2d
Octal2441611030377344345255
Binary101001001110001100001101111111101110010011100101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47143; }

 p { color: rgb(164,113,67); }

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

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

 a { background-color: rgb(164,113,67); }

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

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

 span { border-color: rgb(164,113,67); }

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