#A36D46

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

Shades of Bourbon #A36D46

Tints of Bourbon #A36D46

Color information

#A36D46 (or 0xA36D46) is unknown color: approx Bourbon. HEX triplet: A3, 6D and 46. RGB value is (163,109,70). Sum of RGB (Red+Green+Blue) = 163+109+70=342 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.66% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 70 (27.73% from 255 or 20.47% from 342); Max value from RGB is 163 - color contains mainly: red. Hex color #A36D46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36D46 is #5C92B9. Grayscale: #787878. Windows color (decimal): -6066874 or 4615587. OLE color: 4615587.

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

Color convert

RGB16310970-
CMYK00.330.570.36
HSL25.16º39.91%45.69%-
HSV(B)25.16º57.06%63.92%-
XYZ21.6819.178.35-
YUV120.799.39158.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.66%
GREEN value IS 109 (42.97% from 255) = 31.87%
BLUE value IS 70 (27.73% from 255) = 20.47%
R=47.66%
G=31.87%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631097000.330.570.3625.1639.9145.69
HexA36D46021392419282e
Octal2431551060417144315056
Binary1010001111011011000110010000111100110010011001101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36D46; }

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

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

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

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

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

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

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

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