#A36A44

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

Shades of Bourbon #A36A44

Tints of Bourbon #A36A44

Color information

#A36A44 (or 0xA36A44) is unknown color: approx Bourbon. HEX triplet: A3, 6A and 44. RGB value is (163,106,68). Sum of RGB (Red+Green+Blue) = 163+106+68=337 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.37% from 337); Green value is 106 (41.80% from 255 or 31.45% from 337); Blue value is 68 (26.95% from 255 or 20.18% from 337); Max value from RGB is 163 - color contains mainly: red. Hex color #A36A44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36A44 is #5C95BB. Grayscale: #767676. Windows color (decimal): -6067644 or 4483747. OLE color: 4483747.

HSL color Cylindrical-coordinate representation of color #A36A44: hue angle of 24º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A36A44 is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB16310668-
CMYK00.350.580.36
HSL24º41.13%45.29%-
HSV(B)24º58.28%63.92%-
XYZ21.318.517.92-
YUV118.7199.38159.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.37%
GREEN value IS 106 (41.80% from 255) = 31.45%
BLUE value IS 68 (26.95% from 255) = 20.18%
R=48.37%
G=31.45%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631066800.350.580.362441.1345.29
HexA36A440233A2418292d
Octal2431521040437244305155
Binary1010001111010101000100010001111101010010011000101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36A44; }

 p { color: rgb(163,106,68); }

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

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

 a { background-color: rgb(163,106,68); }

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

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

 span { border-color: rgb(163,106,68); }

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