#A36C46

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

Shades of Bourbon #A36C46

Tints of Bourbon #A36C46

Color information

#A36C46 (or 0xA36C46) is unknown color: approx Bourbon. HEX triplet: A3, 6C and 46. RGB value is (163,108,70). Sum of RGB (Red+Green+Blue) = 163+108+70=341 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.80% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 163 - color contains mainly: red. Hex color #A36C46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36C46 is #5C93B9. Grayscale: #787878. Windows color (decimal): -6067130 or 4615331. OLE color: 4615331.

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

Color convert

RGB16310870-
CMYK00.340.570.36
HSL24.52º39.91%45.69%-
HSV(B)24.52º57.06%63.92%-
XYZ21.5718.958.32-
YUV120.1199.72158.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.80%
GREEN value IS 108 (42.58% from 255) = 31.67%
BLUE value IS 70 (27.73% from 255) = 20.53%
R=47.80%
G=31.67%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631087000.340.570.3624.5239.9145.69
HexA36C46022392419282e
Octal2431541060427144315056
Binary1010001111011001000110010001011100110010011001101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36C46; }

 p { color: rgb(163,108,70); }

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

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

 a { background-color: rgb(163,108,70); }

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

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

 span { border-color: rgb(163,108,70); }

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