#A46B3F

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

Shades of Bourbon #A46B3F

Tints of Bourbon #A46B3F

Color information

#A46B3F (or 0xA46B3F) is unknown color: approx Bourbon. HEX triplet: A4, 6B and 3F. RGB value is (164,107,63). Sum of RGB (Red+Green+Blue) = 164+107+63=334 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.10% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 63 (25% from 255 or 18.86% from 334); Max value from RGB is 164 - color contains mainly: red. Hex color #A46B3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46B3F is #5B94C0. Grayscale: #777777. Windows color (decimal): -6001857 or 4156324. OLE color: 4156324.

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

Color convert

RGB16410763-
CMYK00.350.620.36
HSL26.14º44.49%44.51%-
HSV(B)26.14º61.59%64.31%-
XYZ21.4618.777.19-
YUV119.0396.38160.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.10%
GREEN value IS 107 (42.19% from 255) = 32.04%
BLUE value IS 63 (25% from 255) = 18.86%
R=49.10%
G=32.04%
B=18.86%

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
Decimal1641076300.350.620.3626.1444.4944.51
HexA46B3F0233E241a2c2d
Octal244153770437644325455
Binary101001001101011111111010001111111010010011010101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46B3F; }

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

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

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

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

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

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

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

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