#A06C43

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

Shades of Bourbon #A06C43

Tints of Bourbon #A06C43

Color information

#A06C43 (or 0xA06C43) is unknown color: approx Bourbon. HEX triplet: A0, 6C and 43. RGB value is (160,108,67). Sum of RGB (Red+Green+Blue) = 160+108+67=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 67 (26.56% from 255 or 20% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A06C43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06C43 is #5F93BC. Grayscale: #777777. Windows color (decimal): -6263741 or 4418720. OLE color: 4418720.

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

Color convert

RGB16010867-
CMYK00.320.580.37
HSL26.45º40.97%44.51%-
HSV(B)26.45º58.13%62.75%-
XYZ20.8718.67.8-
YUV118.8798.73157.33-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.76%
GREEN value IS 108 (42.58% from 255) = 32.24%
BLUE value IS 67 (26.56% from 255) = 20%
R=47.76%
G=32.24%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.58
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601086700.320.580.3726.4540.9744.51
HexA06C430203A251a292d
Octal2401541030407245325155
Binary1010000011011001000011010000011101010010111010101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06C43; }

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

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

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

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

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

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

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

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