#A46B40

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

Shades of Bourbon #A46B40

Tints of Bourbon #A46B40

Color information

#A46B40 (or 0xA46B40) is unknown color: approx Bourbon. HEX triplet: A4, 6B and 40. RGB value is (164,107,64). Sum of RGB (Red+Green+Blue) = 164+107+64=335 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.96% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 164 - color contains mainly: red. Hex color #A46B40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46B40 is #5B94BF. Grayscale: #777777. Windows color (decimal): -6001856 or 4221860. OLE color: 4221860.

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

Color convert

RGB16410764-
CMYK00.350.610.36
HSL25.8º43.86%44.71%-
HSV(B)25.8º60.98%64.31%-
XYZ21.4918.787.34-
YUV119.1496.88160-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.96%
GREEN value IS 107 (42.19% from 255) = 31.94%
BLUE value IS 64 (25.39% from 255) = 19.10%
R=48.96%
G=31.94%
B=19.10%

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
Decimal1641076400.350.610.3625.843.8644.71
HexA46B400233D241a2c2d
Octal2441531000437544325455
Binary1010010011010111000000010001111110110010011010101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46B40; }

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

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

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

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

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

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

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

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