#A07140

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

Shades of Bourbon #A07140

Tints of Bourbon #A07140

Color information

#A07140 (or 0xA07140) is unknown color: approx Bourbon. HEX triplet: A0, 71 and 40. RGB value is (160,113,64). Sum of RGB (Red+Green+Blue) = 160+113+64=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 160 - color contains mainly: red. Hex color #A07140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07140 is #5F8EBF. Grayscale: #797979. Windows color (decimal): -6262464 or 4223392. OLE color: 4223392.

HSL color Cylindrical-coordinate representation of color #A07140: hue angle of 30.62º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A07140 is Cyan = 0, Magento = 0.29, Yellow = 0.6 and Black (K on CMYK) = 0.37.

Color convert

RGB16011364-
CMYK00.290.60.37
HSL30.62º42.86%43.92%-
HSV(B)30.62º60%62.75%-
XYZ21.3319.657.52-
YUV121.4795.57155.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.48%
GREEN value IS 113 (44.53% from 255) = 33.53%
BLUE value IS 64 (25.39% from 255) = 18.99%
R=47.48%
G=33.53%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.6
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601136400.290.60.3730.6242.8643.92
HexA0714001D3C251f2b2c
Octal2401611000357445375354
Binary101000001110001100000001110111110010010111111101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07140; }

 p { color: rgb(160,113,64); }

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

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

 a { background-color: rgb(160,113,64); }

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

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

 span { border-color: rgb(160,113,64); }

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