#A37146

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

Shades of Bourbon #A37146

Tints of Bourbon #A37146

Color information

#A37146 (or 0xA37146) is unknown color: approx Bourbon. HEX triplet: A3, 71 and 46. RGB value is (163,113,70). Sum of RGB (Red+Green+Blue) = 163+113+70=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 163 - color contains mainly: red. Hex color #A37146 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37146 is #5C8EB9. Grayscale: #7B7B7B. Windows color (decimal): -6065850 or 4616611. OLE color: 4616611.

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

Color convert

RGB16311370-
CMYK00.310.570.36
HSL27.74º39.91%45.69%-
HSV(B)27.74º57.06%63.92%-
XYZ22.1120.048.5-
YUV123.0598.06156.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.11%
GREEN value IS 113 (44.53% from 255) = 32.66%
BLUE value IS 70 (27.73% from 255) = 20.23%
R=47.11%
G=32.66%
B=20.23%

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
Decimal1631137000.310.570.3627.7439.9145.69
HexA3714601F39241c282e
Octal2431611060377144345056
Binary101000111110001100011001111111100110010011100101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37146; }

 p { color: rgb(163,113,70); }

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

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

 a { background-color: rgb(163,113,70); }

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

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

 span { border-color: rgb(163,113,70); }

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