#A47144

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

Shades of Bourbon #A47144

Tints of Bourbon #A47144

Color information

#A47144 (or 0xA47144) is unknown color: approx Bourbon. HEX triplet: A4, 71 and 44. RGB value is (164,113,68). Sum of RGB (Red+Green+Blue) = 164+113+68=345 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.54% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 68 (26.95% from 255 or 19.71% from 345); Max value from RGB is 164 - color contains mainly: red. Hex color #A47144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47144 is #5B8EBB. Grayscale: #7B7B7B. Windows color (decimal): -6000316 or 4485540. OLE color: 4485540.

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

Color convert

RGB16411368-
CMYK00.310.590.36
HSL28.12º41.38%45.49%-
HSV(B)28.12º58.54%64.31%-
XYZ22.2620.128.18-
YUV123.1296.9157.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.54%
GREEN value IS 113 (44.53% from 255) = 32.75%
BLUE value IS 68 (26.95% from 255) = 19.71%
R=47.54%
G=32.75%
B=19.71%

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
Decimal1641136800.310.590.3628.1241.3845.49
HexA4714401F3B241c292d
Octal2441611040377344345155
Binary101001001110001100010001111111101110010011100101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47144; }

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

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

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

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

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

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

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

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