#A46E3D

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

Shades of Bourbon #A46E3D

Tints of Bourbon #A46E3D

Color information

#A46E3D (or 0xA46E3D) is unknown color: approx Bourbon. HEX triplet: A4, 6E and 3D. RGB value is (164,110,61). Sum of RGB (Red+Green+Blue) = 164+110+61=335 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.96% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 164 - color contains mainly: red. Hex color #A46E3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46E3D is #5B91C2. Grayscale: #787878. Windows color (decimal): -6001091 or 4026020. OLE color: 4026020.

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

Color convert

RGB16411061-
CMYK00.330.630.36
HSL28.54º45.78%44.12%-
HSV(B)28.54º62.8%64.31%-
XYZ21.7319.387.01-
YUV120.5694.39158.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.96%
GREEN value IS 110 (43.36% from 255) = 32.84%
BLUE value IS 61 (24.22% from 255) = 18.21%
R=48.96%
G=32.84%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641106100.330.630.3628.5445.7844.12
HexA46E3D0213F241d2e2c
Octal244156750417744355654
Binary101001001101110111101010000111111110010011101101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46E3D; }

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

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

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

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

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

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

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

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