#A17341

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

Shades of Bourbon #A17341

Tints of Bourbon #A17341

Color information

#A17341 (or 0xA17341) is unknown color: approx Bourbon. HEX triplet: A1, 73 and 41. RGB value is (161,115,65). Sum of RGB (Red+Green+Blue) = 161+115+65=341 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.21% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 65 (25.78% from 255 or 19.06% from 341); Max value from RGB is 161 - color contains mainly: red. Hex color #A17341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17341 is #5E8CBE. Grayscale: #7B7B7B. Windows color (decimal): -6196415 or 4289441. OLE color: 4289441.

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

Color convert

RGB16111565-
CMYK00.290.600.37
HSL31.25º42.48%44.31%-
HSV(B)31.25º59.63%63.14%-
XYZ21.7820.227.76-
YUV123.0595.24155.07-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.21%
GREEN value IS 115 (45.31% from 255) = 33.72%
BLUE value IS 65 (25.78% from 255) = 19.06%
R=47.21%
G=33.72%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.60
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611156500.290.600.3731.2542.4844.31
HexA1734101D3C251f2a2c
Octal2411631010357445375254
Binary101000011110011100000101110111110010010111111101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17341; }

 p { color: rgb(161,115,65); }

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

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

 a { background-color: rgb(161,115,65); }

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

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

 span { border-color: rgb(161,115,65); }

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