#A07141

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

Shades of Bourbon #A07141

Tints of Bourbon #A07141

Color information

#A07141 (or 0xA07141) is unknown color: approx Bourbon. HEX triplet: A0, 71 and 41. RGB value is (160,113,65). Sum of RGB (Red+Green+Blue) = 160+113+65=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A07141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07141 is #5F8EBE. Grayscale: #797979. Windows color (decimal): -6262463 or 4288928. OLE color: 4288928.

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

Color convert

RGB16011365-
CMYK00.290.590.37
HSL30.32º42.22%44.12%-
HSV(B)30.32º59.38%62.75%-
XYZ21.3619.677.67-
YUV121.5896.07155.4-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.34%
GREEN value IS 113 (44.53% from 255) = 33.43%
BLUE value IS 65 (25.78% from 255) = 19.23%
R=47.34%
G=33.43%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601136500.290.590.3730.3242.2244.12
HexA0714101D3B251e2a2c
Octal2401611010357345365254
Binary101000001110001100000101110111101110010111110101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07141; }

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

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

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

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

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

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

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

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