#A06C3F

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

Shades of Bourbon #A06C3F

Tints of Bourbon #A06C3F

Color information

#A06C3F (or 0xA06C3F) is unknown color: approx Bourbon. HEX triplet: A0, 6C and 3F. RGB value is (160,108,63). Sum of RGB (Red+Green+Blue) = 160+108+63=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 160 - color contains mainly: red. Hex color #A06C3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06C3F is #5F93C0. Grayscale: #767676. Windows color (decimal): -6263745 or 4156576. OLE color: 4156576.

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

Color convert

RGB16010863-
CMYK00.320.610.37
HSL27.84º43.5%43.73%-
HSV(B)27.84º60.62%62.75%-
XYZ20.7618.567.19-
YUV118.4296.73157.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.34%
GREEN value IS 108 (42.58% from 255) = 32.63%
BLUE value IS 63 (25% from 255) = 19.03%
R=48.34%
G=32.63%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601086300.320.610.3727.8443.543.73
HexA06C3F0203D251c2b2c
Octal240154770407545345354
Binary101000001101100111111010000011110110010111100101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06C3F; }

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

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

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

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

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

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

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

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