#A36A3F

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

Shades of Bourbon #A36A3F

Tints of Bourbon #A36A3F

Color information

#A36A3F (or 0xA36A3F) is unknown color: approx Bourbon. HEX triplet: A3, 6A and 3F. RGB value is (163,106,63). Sum of RGB (Red+Green+Blue) = 163+106+63=332 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.10% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 163 - color contains mainly: red. Hex color #A36A3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36A3F is #5C95C0. Grayscale: #767676. Windows color (decimal): -6067649 or 4156067. OLE color: 4156067.

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

Color convert

RGB16310663-
CMYK00.350.610.36
HSL25.8º44.25%44.31%-
HSV(B)25.8º61.35%63.92%-
XYZ21.1618.457.15-
YUV118.1496.88160-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.10%
GREEN value IS 106 (41.80% from 255) = 31.93%
BLUE value IS 63 (25% from 255) = 18.98%
R=49.10%
G=31.93%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631066300.350.610.3625.844.2544.31
HexA36A3F0233D241a2c2c
Octal243152770437544325454
Binary101000111101010111111010001111110110010011010101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36A3F; }

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

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

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

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

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

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

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

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