#A67241

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

Shades of Bourbon #A67241

Tints of Bourbon #A67241

Color information

#A67241 (or 0xA67241) is unknown color: approx Bourbon. HEX triplet: A6, 72 and 41. RGB value is (166,114,65). Sum of RGB (Red+Green+Blue) = 166+114+65=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 65 (25.78% from 255 or 18.84% from 345); Max value from RGB is 166 - color contains mainly: red. Hex color #A67241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67241 is #598DBE. Grayscale: #7C7C7C. Windows color (decimal): -5868991 or 4289190. OLE color: 4289190.

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

Color convert

RGB16611465-
CMYK00.310.610.35
HSL29.11º43.72%45.29%-
HSV(B)29.11º60.84%65.1%-
XYZ22.720.527.77-
YUV123.9694.73157.98-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.12%
GREEN value IS 114 (44.92% from 255) = 33.04%
BLUE value IS 65 (25.78% from 255) = 18.84%
R=48.12%
G=33.04%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661146500.310.610.3529.1143.7245.29
HexA6724101F3D231d2c2d
Octal2461621010377543355455
Binary101001101110010100000101111111110110001111101101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67241; }

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

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

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

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

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

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

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

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