#A17142

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

Shades of Bourbon #A17142

Tints of Bourbon #A17142

Color information

#A17142 (or 0xA17142) is unknown color: approx Bourbon. HEX triplet: A1, 71 and 42. RGB value is (161,113,66). Sum of RGB (Red+Green+Blue) = 161+113+66=340 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.35% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 66 (26.17% from 255 or 19.41% from 340); Max value from RGB is 161 - color contains mainly: red. Hex color #A17142 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17142 is #5E8EBD. Grayscale: #7A7A7A. Windows color (decimal): -6196926 or 4354465. OLE color: 4354465.

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

Color convert

RGB16111366-
CMYK00.300.590.37
HSL29.68º41.85%44.51%-
HSV(B)29.68º59.01%63.14%-
XYZ21.5919.787.83-
YUV121.9996.4155.82-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.35%
GREEN value IS 113 (44.53% from 255) = 33.24%
BLUE value IS 66 (26.17% from 255) = 19.41%
R=47.35%
G=33.24%
B=19.41%

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
Decimal1611136600.300.590.3729.6841.8544.51
HexA1714201E3B251e2a2d
Octal2411611020367345365255
Binary101000011110001100001001111011101110010111110101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17142; }

 p { color: rgb(161,113,66); }

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

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

 a { background-color: rgb(161,113,66); }

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

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

 span { border-color: rgb(161,113,66); }

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