#A47047

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

Shades of Bourbon #A47047

Tints of Bourbon #A47047

Color information

#A47047 (or 0xA47047) is unknown color: approx Bourbon. HEX triplet: A4, 70 and 47. RGB value is (164,112,71). Sum of RGB (Red+Green+Blue) = 164+112+71=347 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.26% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 71 (28.12% from 255 or 20.46% from 347); Max value from RGB is 164 - color contains mainly: red. Hex color #A47047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47047 is #5B8FB8. Grayscale: #7B7B7B. Windows color (decimal): -6000569 or 4681892. OLE color: 4681892.

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

Color convert

RGB16411271-
CMYK00.320.570.36
HSL26.45º39.57%46.08%-
HSV(B)26.45º56.71%64.31%-
XYZ22.2419.948.64-
YUV122.8798.73157.33-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.26%
GREEN value IS 112 (44.14% from 255) = 32.28%
BLUE value IS 71 (28.12% from 255) = 20.46%
R=47.26%
G=32.28%
B=20.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641127100.320.570.3626.4539.5746.08
HexA4704702039241a282e
Octal2441601070407144325056
Binary1010010011100001000111010000011100110010011010101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47047; }

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

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

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

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

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

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

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

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