#A07042

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

Shades of Bourbon #A07042

Tints of Bourbon #A07042

Color information

#A07042 (or 0xA07042) is unknown color: approx Bourbon. HEX triplet: A0, 70 and 42. RGB value is (160,112,66). Sum of RGB (Red+Green+Blue) = 160+112+66=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 66 (26.17% from 255 or 19.53% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A07042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07042 is #5F8FBD. Grayscale: #797979. Windows color (decimal): -6262718 or 4354208. OLE color: 4354208.

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

Color convert

RGB16011266-
CMYK00.300.590.37
HSL29.36º41.59%44.31%-
HSV(B)29.36º58.75%62.75%-
XYZ21.2719.467.79-
YUV121.1196.9155.74-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.34%
GREEN value IS 112 (44.14% from 255) = 33.14%
BLUE value IS 66 (26.17% from 255) = 19.53%
R=47.34%
G=33.14%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.59
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601126600.300.590.3729.3641.5944.31
HexA0704201E3B251d2a2c
Octal2401601020367345355254
Binary101000001110000100001001111011101110010111101101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07042; }

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

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

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

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

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

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

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

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