#A46D3D

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

Shades of Bourbon #A46D3D

Tints of Bourbon #A46D3D

Color information

#A46D3D (or 0xA46D3D) is unknown color: approx Bourbon. HEX triplet: A4, 6D and 3D. RGB value is (164,109,61). Sum of RGB (Red+Green+Blue) = 164+109+61=334 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.10% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46D3D is #5B92C2. Grayscale: #787878. Windows color (decimal): -6001347 or 4025764. OLE color: 4025764.

HSL color Cylindrical-coordinate representation of color #A46D3D: hue angle of 27.96º 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 #A46D3D is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB16410961-
CMYK00.340.630.36
HSL27.96º45.78%44.12%-
HSV(B)27.96º62.8%64.31%-
XYZ21.6219.176.97-
YUV119.9794.72159.4-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.10%
GREEN value IS 109 (42.97% from 255) = 32.63%
BLUE value IS 61 (24.22% from 255) = 18.26%
R=49.10%
G=32.63%
B=18.26%

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
Decimal1641096100.340.630.3627.9645.7844.12
HexA46D3D0223F241c2e2c
Octal244155750427744345654
Binary101001001101101111101010001011111110010011100101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46D3D; }

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

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

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

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

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

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

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

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