#A46D3F

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

Shades of Bourbon #A46D3F

Tints of Bourbon #A46D3F

Color information

#A46D3F (or 0xA46D3F) is unknown color: approx Bourbon. HEX triplet: A4, 6D and 3F. RGB value is (164,109,63). Sum of RGB (Red+Green+Blue) = 164+109+63=336 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.81% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 63 (25% from 255 or 18.75% from 336); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46D3F is #5B92C0. Grayscale: #787878. Windows color (decimal): -6001345 or 4156836. OLE color: 4156836.

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

Color convert

RGB16410963-
CMYK00.340.620.36
HSL27.33º44.49%44.51%-
HSV(B)27.33º61.59%64.31%-
XYZ21.6819.197.26-
YUV120.295.72159.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.81%
GREEN value IS 109 (42.97% from 255) = 32.44%
BLUE value IS 63 (25% from 255) = 18.75%
R=48.81%
G=32.44%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641096300.340.620.3627.3344.4944.51
HexA46D3F0223E241b2c2d
Octal244155770427644335455
Binary101001001101101111111010001011111010010011011101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46D3F; }

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

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

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

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

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

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

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

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