#A06C40

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

Shades of Bourbon #A06C40

Tints of Bourbon #A06C40

Color information

#A06C40 (or 0xA06C40) is unknown color: approx Bourbon. HEX triplet: A0, 6C and 40. RGB value is (160,108,64). Sum of RGB (Red+Green+Blue) = 160+108+64=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 160 - color contains mainly: red. Hex color #A06C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06C40 is #5F93BF. Grayscale: #767676. Windows color (decimal): -6263744 or 4222112. OLE color: 4222112.

HSL color Cylindrical-coordinate representation of color #A06C40: hue angle of 27.5º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A06C40 is Cyan = 0, Magento = 0.32, Yellow = 0.6 and Black (K on CMYK) = 0.37.

Color convert

RGB16010864-
CMYK00.320.60.37
HSL27.5º42.86%43.92%-
HSV(B)27.5º60%62.75%-
XYZ20.7918.577.34-
YUV118.5397.23157.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.19%
GREEN value IS 108 (42.58% from 255) = 32.53%
BLUE value IS 64 (25.39% from 255) = 19.28%
R=48.19%
G=32.53%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.6
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601086400.320.60.3727.542.8643.92
HexA06C400203C251c2b2c
Octal2401541000407445345354
Binary1010000011011001000000010000011110010010111100101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06C40; }

 p { color: rgb(160,108,64); }

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

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

 a { background-color: rgb(160,108,64); }

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

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

 span { border-color: rgb(160,108,64); }

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