#A67141

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

Shades of Bourbon #A67141

Tints of Bourbon #A67141

Color information

#A67141 (or 0xA67141) is unknown color: approx Bourbon. HEX triplet: A6, 71 and 41. RGB value is (166,113,65). Sum of RGB (Red+Green+Blue) = 166+113+65=344 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.26% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 65 (25.78% from 255 or 18.90% from 344); Max value from RGB is 166 - color contains mainly: red. Hex color #A67141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67141 is #598EBE. Grayscale: #7B7B7B. Windows color (decimal): -5869247 or 4288934. OLE color: 4288934.

HSL color Cylindrical-coordinate representation of color #A67141: hue angle of 28.51º 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 #A67141 is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB16611365-
CMYK00.320.610.35
HSL28.51º43.72%45.29%-
HSV(B)28.51º60.84%65.1%-
XYZ22.5920.37.73-
YUV123.3895.06158.4-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.26%
GREEN value IS 113 (44.53% from 255) = 32.85%
BLUE value IS 65 (25.78% from 255) = 18.90%
R=48.26%
G=32.85%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661136500.320.610.3528.5143.7245.29
HexA671410203D231d2c2d
Octal2461611010407543355455
Binary1010011011100011000001010000011110110001111101101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67141; }

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

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

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

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

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

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

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

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