#A47048

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

Shades of Bourbon #A47048

Tints of Bourbon #A47048

Color information

#A47048 (or 0xA47048) is unknown color: approx Bourbon. HEX triplet: A4, 70 and 48. RGB value is (164,112,72). Sum of RGB (Red+Green+Blue) = 164+112+72=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 72 (28.52% from 255 or 20.69% from 348); Max value from RGB is 164 - color contains mainly: red. Hex color #A47048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47048 is #5B8FB7. Grayscale: #7B7B7B. Windows color (decimal): -6000568 or 4747428. OLE color: 4747428.

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

Color convert

RGB16411272-
CMYK00.320.560.36
HSL26.09º38.98%46.27%-
HSV(B)26.09º56.1%64.31%-
XYZ22.2719.958.81-
YUV122.9999.23157.25-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.13%
GREEN value IS 112 (44.14% from 255) = 32.18%
BLUE value IS 72 (28.52% from 255) = 20.69%
R=47.13%
G=32.18%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641127200.320.560.3626.0938.9846.27
HexA4704802038241a272e
Octal2441601100407044324756
Binary1010010011100001001000010000011100010010011010100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47048; }

 p { color: rgb(164,112,72); }

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

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

 a { background-color: rgb(164,112,72); }

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

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

 span { border-color: rgb(164,112,72); }

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