#A46A40

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

Shades of Bourbon #A46A40

Tints of Bourbon #A46A40

Color information

#A46A40 (or 0xA46A40) is unknown color: approx Bourbon. HEX triplet: A4, 6A and 40. RGB value is (164,106,64). Sum of RGB (Red+Green+Blue) = 164+106+64=334 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.10% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 164 - color contains mainly: red. Hex color #A46A40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46A40 is #5B95BF. Grayscale: #767676. Windows color (decimal): -6002112 or 4221604. OLE color: 4221604.

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

Color convert

RGB16410664-
CMYK00.350.610.36
HSL25.2º43.86%44.71%-
HSV(B)25.2º60.98%64.31%-
XYZ21.3918.577.31-
YUV118.5597.22160.42-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.10%
GREEN value IS 106 (41.80% from 255) = 31.74%
BLUE value IS 64 (25.39% from 255) = 19.16%
R=49.10%
G=31.74%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641066400.350.610.3625.243.8644.71
HexA46A400233D24192c2d
Octal2441521000437544315455
Binary1010010011010101000000010001111110110010011001101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46A40; }

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

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

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

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

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

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

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

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