#A07144

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

Shades of Bourbon #A07144

Tints of Bourbon #A07144

Color information

#A07144 (or 0xA07144) is unknown color: approx Bourbon. HEX triplet: A0, 71 and 44. RGB value is (160,113,68). Sum of RGB (Red+Green+Blue) = 160+113+68=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 68 (26.95% from 255 or 19.94% from 341); Max value from RGB is 160 - color contains mainly: red. Hex color #A07144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07144 is #5F8EBB. Grayscale: #7A7A7A. Windows color (decimal): -6262460 or 4485536. OLE color: 4485536.

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

Color convert

RGB16011368-
CMYK00.290.570.37
HSL29.35º40.35%44.71%-
HSV(B)29.35º57.5%62.75%-
XYZ21.4519.78.14-
YUV121.9297.57155.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.92%
GREEN value IS 113 (44.53% from 255) = 33.14%
BLUE value IS 68 (26.95% from 255) = 19.94%
R=46.92%
G=33.14%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601136800.290.570.3729.3540.3544.71
HexA0714401D39251d282d
Octal2401611040357145355055
Binary101000001110001100010001110111100110010111101101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07144; }

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

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

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

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

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

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

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

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