#A07242

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

Shades of Bourbon #A07242

Tints of Bourbon #A07242

Color information

#A07242 (or 0xA07242) is unknown color: approx Bourbon. HEX triplet: A0, 72 and 42. RGB value is (160,114,66). Sum of RGB (Red+Green+Blue) = 160+114+66=340 (45% of max value = 765). Red value is 160 (62.89% from 255 or 47.06% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 66 (26.17% from 255 or 19.41% from 340); Max value from RGB is 160 - color contains mainly: red. Hex color #A07242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07242 is #5F8DBD. Grayscale: #7A7A7A. Windows color (decimal): -6262206 or 4354720. OLE color: 4354720.

HSL color Cylindrical-coordinate representation of color #A07242: hue angle of 30.64º 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 #A07242 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.37.

Color convert

RGB16011466-
CMYK00.290.590.37
HSL30.64º41.59%44.31%-
HSV(B)30.64º58.75%62.75%-
XYZ21.519.97.86-
YUV122.2896.24154.9-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.06%
GREEN value IS 114 (44.92% from 255) = 33.53%
BLUE value IS 66 (26.17% from 255) = 19.41%
R=47.06%
G=33.53%
B=19.41%

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
Decimal1601146600.290.590.3730.6441.5944.31
HexA0724201D3B251f2a2c
Octal2401621020357345375254
Binary101000001110010100001001110111101110010111111101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07242; }

 p { color: rgb(160,114,66); }

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

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

 a { background-color: rgb(160,114,66); }

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

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

 span { border-color: rgb(160,114,66); }

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