#A17044

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

Shades of Bourbon #A17044

Tints of Bourbon #A17044

Color information

#A17044 (or 0xA17044) is unknown color: approx Bourbon. HEX triplet: A1, 70 and 44. RGB value is (161,112,68). Sum of RGB (Red+Green+Blue) = 161+112+68=341 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.21% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 68 (26.95% from 255 or 19.94% from 341); Max value from RGB is 161 - color contains mainly: red. Hex color #A17044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17044 is #5E8FBB. Grayscale: #797979. Windows color (decimal): -6197180 or 4485281. OLE color: 4485281.

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

Color convert

RGB16111268-
CMYK00.300.580.37
HSL28.39º40.61%44.9%-
HSV(B)28.39º57.76%63.14%-
XYZ21.5419.588.11-
YUV121.6497.73156.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.21%
GREEN value IS 112 (44.14% from 255) = 32.84%
BLUE value IS 68 (26.95% from 255) = 19.94%
R=47.21%
G=32.84%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.58
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611126800.300.580.3728.3940.6144.9
HexA1704401E3A251c292d
Octal2411601040367245345155
Binary101000011110000100010001111011101010010111100101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17044; }

 p { color: rgb(161,112,68); }

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

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

 a { background-color: rgb(161,112,68); }

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

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

 span { border-color: rgb(161,112,68); }

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