#A36E46

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

Shades of Bourbon #A36E46

Tints of Bourbon #A36E46

Color information

#A36E46 (or 0xA36E46) is unknown color: approx Bourbon. HEX triplet: A3, 6E and 46. RGB value is (163,110,70). Sum of RGB (Red+Green+Blue) = 163+110+70=343 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.52% from 343); Green value is 110 (43.36% from 255 or 32.07% from 343); Blue value is 70 (27.73% from 255 or 20.41% from 343); Max value from RGB is 163 - color contains mainly: red. Hex color #A36E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36E46 is #5C91B9. Grayscale: #797979. Windows color (decimal): -6066618 or 4615843. OLE color: 4615843.

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

Color convert

RGB16311070-
CMYK00.330.570.36
HSL25.81º39.91%45.69%-
HSV(B)25.81º57.06%63.92%-
XYZ21.7919.388.39-
YUV121.2999.06157.75-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.52%
GREEN value IS 110 (43.36% from 255) = 32.07%
BLUE value IS 70 (27.73% from 255) = 20.41%
R=47.52%
G=32.07%
B=20.41%

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
Decimal1631107000.330.570.3625.8139.9145.69
HexA36E4602139241a282e
Octal2431561060417144325056
Binary1010001111011101000110010000111100110010011010101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36E46; }

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

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

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

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

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

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

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

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