#A46D3B

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

Shades of Bourbon #A46D3B

Tints of Bourbon #A46D3B

Color information

#A46D3B (or 0xA46D3B) is unknown color: approx Bourbon. HEX triplet: A4, 6D and 3B. RGB value is (164,109,59). Sum of RGB (Red+Green+Blue) = 164+109+59=332 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.40% from 332); Green value is 109 (42.97% from 255 or 32.83% from 332); Blue value is 59 (23.44% from 255 or 17.77% from 332); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46D3B is #5B92C4. Grayscale: #777777. Windows color (decimal): -6001349 or 3894692. OLE color: 3894692.

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

Color convert

RGB16410959-
CMYK00.340.640.36
HSL28.57º47.09%43.73%-
HSV(B)28.57º64.02%64.31%-
XYZ21.5719.156.7-
YUV119.7493.72159.57-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.40%
GREEN value IS 109 (42.97% from 255) = 32.83%
BLUE value IS 59 (23.44% from 255) = 17.77%
R=49.40%
G=32.83%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641095900.340.640.3628.5747.0943.73
HexA46D3B02240241d2f2c
Octal2441557304210044355754
Binary1010010011011011110110100010100000010010011101101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46D3B; }

 p { color: rgb(164,109,59); }

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

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

 a { background-color: rgb(164,109,59); }

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

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

 span { border-color: rgb(164,109,59); }

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