#A46A3F

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

Shades of Bourbon #A46A3F

Tints of Bourbon #A46A3F

Color information

#A46A3F (or 0xA46A3F) is unknown color: approx Bourbon. HEX triplet: A4, 6A and 3F. RGB value is (164,106,63). Sum of RGB (Red+Green+Blue) = 164+106+63=333 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.25% from 333); Green value is 106 (41.80% from 255 or 31.83% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 164 - color contains mainly: red. Hex color #A46A3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46A3F is #5B95C0. Grayscale: #767676. Windows color (decimal): -6002113 or 4156068. OLE color: 4156068.

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

Color convert

RGB16410663-
CMYK00.350.620.36
HSL25.54º44.49%44.51%-
HSV(B)25.54º61.59%64.31%-
XYZ21.3618.567.16-
YUV118.4496.72160.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.25%
GREEN value IS 106 (41.80% from 255) = 31.83%
BLUE value IS 63 (25% from 255) = 18.92%
R=49.25%
G=31.83%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641066300.350.620.3625.5444.4944.51
HexA46A3F0233E241a2c2d
Octal244152770437644325455
Binary101001001101010111111010001111111010010011010101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46A3F; }

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

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

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

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

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

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

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

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