#A47147

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

Shades of Bourbon #A47147

Tints of Bourbon #A47147

Color information

#A47147 (or 0xA47147) is unknown color: approx Bourbon. HEX triplet: A4, 71 and 47. RGB value is (164,113,71). Sum of RGB (Red+Green+Blue) = 164+113+71=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 71 (28.12% from 255 or 20.40% from 348); Max value from RGB is 164 - color contains mainly: red. Hex color #A47147 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47147 is #5B8EB8. Grayscale: #7B7B7B. Windows color (decimal): -6000313 or 4682148. OLE color: 4682148.

HSL color Cylindrical-coordinate representation of color #A47147: hue angle of 27.1º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A47147 is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB16411371-
CMYK00.310.570.36
HSL27.1º39.57%46.08%-
HSV(B)27.1º56.71%64.31%-
XYZ22.3520.168.67-
YUV123.4698.4156.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.13%
GREEN value IS 113 (44.53% from 255) = 32.47%
BLUE value IS 71 (28.12% from 255) = 20.40%
R=47.13%
G=32.47%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641137100.310.570.3627.139.5746.08
HexA4714701F39241b282e
Octal2441611070377144335056
Binary101001001110001100011101111111100110010011011101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47147; }

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

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

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

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

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

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

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

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