#A17441

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

Shades of Bourbon #A17441

Tints of Bourbon #A17441

Color information

#A17441 (or 0xA17441) is unknown color: approx Bourbon. HEX triplet: A1, 74 and 41. RGB value is (161,116,65). Sum of RGB (Red+Green+Blue) = 161+116+65=342 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.08% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 161 - color contains mainly: red. Hex color #A17441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17441 is #5E8BBE. Grayscale: #7B7B7B. Windows color (decimal): -6196159 or 4289697. OLE color: 4289697.

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

Color convert

RGB16111665-
CMYK00.280.600.37
HSL31.87º42.48%44.31%-
HSV(B)31.87º59.63%63.14%-
XYZ21.920.457.79-
YUV123.6494.91154.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.08%
GREEN value IS 116 (45.70% from 255) = 33.92%
BLUE value IS 65 (25.78% from 255) = 19.01%
R=47.08%
G=33.92%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.60
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611166500.280.600.3731.8742.4844.31
HexA1744101C3C25202a2c
Octal2411641010347445405254
Binary1010000111101001000001011100111100100101100000101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17441; }

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

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

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

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

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

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

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

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