#A46D3C

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

Shades of Bourbon #A46D3C

Tints of Bourbon #A46D3C

Color information

#A46D3C (or 0xA46D3C) is unknown color: approx Bourbon. HEX triplet: A4, 6D and 3C. RGB value is (164,109,60). Sum of RGB (Red+Green+Blue) = 164+109+60=333 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.25% from 333); Green value is 109 (42.97% from 255 or 32.73% from 333); Blue value is 60 (23.83% from 255 or 18.02% from 333); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46D3C is #5B92C3. Grayscale: #787878. Windows color (decimal): -6001348 or 3960228. OLE color: 3960228.

HSL color Cylindrical-coordinate representation of color #A46D3C: hue angle of 28.27º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A46D3C is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB16410960-
CMYK00.340.630.36
HSL28.27º46.43%43.92%-
HSV(B)28.27º63.41%64.31%-
XYZ21.5919.166.83-
YUV119.8694.22159.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.25%
GREEN value IS 109 (42.97% from 255) = 32.73%
BLUE value IS 60 (23.83% from 255) = 18.02%
R=49.25%
G=32.73%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641096000.340.630.3628.2746.4343.92
HexA46D3C0223F241c2e2c
Octal244155740427744345654
Binary101001001101101111100010001011111110010011100101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46D3C; }

 p { color: rgb(164,109,60); }

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

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

 a { background-color: rgb(164,109,60); }

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

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

 span { border-color: rgb(164,109,60); }

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