#A46C40

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

Shades of Bourbon #A46C40

Tints of Bourbon #A46C40

Color information

#A46C40 (or 0xA46C40) is unknown color: approx Bourbon. HEX triplet: A4, 6C and 40. RGB value is (164,108,64). Sum of RGB (Red+Green+Blue) = 164+108+64=336 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.81% from 336); Green value is 108 (42.58% from 255 or 32.14% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 164 - color contains mainly: red. Hex color #A46C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46C40 is #5B93BF. Grayscale: #777777. Windows color (decimal): -6001600 or 4222116. OLE color: 4222116.

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

Color convert

RGB16410864-
CMYK00.340.610.36
HSL26.4º43.86%44.71%-
HSV(B)26.4º60.98%64.31%-
XYZ21.618.997.38-
YUV119.7396.55159.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.81%
GREEN value IS 108 (42.58% from 255) = 32.14%
BLUE value IS 64 (25.39% from 255) = 19.05%
R=48.81%
G=32.14%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641086400.340.610.3626.443.8644.71
HexA46C400223D241a2c2d
Octal2441541000427544325455
Binary1010010011011001000000010001011110110010011010101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46C40; }

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

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

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

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

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

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

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

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