#A36F45

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

Shades of Bourbon #A36F45

Tints of Bourbon #A36F45

Color information

#A36F45 (or 0xA36F45) is unknown color: approx Bourbon. HEX triplet: A3, 6F and 45. RGB value is (163,111,69). Sum of RGB (Red+Green+Blue) = 163+111+69=343 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.52% from 343); Green value is 111 (43.75% from 255 or 32.36% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 163 - color contains mainly: red. Hex color #A36F45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36F45 is #5C90BA. Grayscale: #797979. Windows color (decimal): -6066363 or 4550563. OLE color: 4550563.

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

Color convert

RGB16311169-
CMYK00.320.580.36
HSL26.81º40.52%45.49%-
HSV(B)26.81º57.67%63.92%-
XYZ21.8619.598.26-
YUV121.7698.23157.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.52%
GREEN value IS 111 (43.75% from 255) = 32.36%
BLUE value IS 69 (27.34% from 255) = 20.12%
R=47.52%
G=32.36%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631116900.320.580.3626.8140.5245.49
HexA36F450203A241b292d
Octal2431571050407244335155
Binary1010001111011111000101010000011101010010011011101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36F45; }

 p { color: rgb(163,111,69); }

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

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

 a { background-color: rgb(163,111,69); }

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

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

 span { border-color: rgb(163,111,69); }

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