#A67741

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

Shades of Bourbon #A67741

Tints of Bourbon #A67741

Color information

#A67741 (or 0xA67741) is unknown color: approx Bourbon. HEX triplet: A6, 77 and 41. RGB value is (166,119,65). Sum of RGB (Red+Green+Blue) = 166+119+65=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 65 (25.78% from 255 or 18.57% from 350); Max value from RGB is 166 - color contains mainly: red. Hex color #A67741 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67741 is #5988BE. Grayscale: #7F7F7F. Windows color (decimal): -5867711 or 4290470. OLE color: 4290470.

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

Color convert

RGB16611965-
CMYK00.280.610.35
HSL32.08º43.72%45.29%-
HSV(B)32.08º60.84%65.1%-
XYZ23.2821.687.96-
YUV126.993.07155.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.43%
GREEN value IS 119 (46.88% from 255) = 34%
BLUE value IS 65 (25.78% from 255) = 18.57%
R=47.43%
G=34%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661196500.280.610.3532.0843.7245.29
HexA6774101C3D23202c2d
Octal2461671010347543405455
Binary1010011011101111000001011100111101100011100000101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67741; }

 p { color: rgb(166,119,65); }

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

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

 a { background-color: rgb(166,119,65); }

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

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

 span { border-color: rgb(166,119,65); }

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