#A67043

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

Shades of Bourbon #A67043

Tints of Bourbon #A67043

Color information

#A67043 (or 0xA67043) is unknown color: approx Bourbon. HEX triplet: A6, 70 and 43. RGB value is (166,112,67). Sum of RGB (Red+Green+Blue) = 166+112+67=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 67 (26.56% from 255 or 19.42% from 345); Max value from RGB is 166 - color contains mainly: red. Hex color #A67043 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67043 is #598FBC. Grayscale: #7B7B7B. Windows color (decimal): -5869501 or 4419750. OLE color: 4419750.

HSL color Cylindrical-coordinate representation of color #A67043: hue angle of 27.27º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A67043 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB16611267-
CMYK00.330.600.35
HSL27.27º42.49%45.69%-
HSV(B)27.27º59.64%65.1%-
XYZ22.5320.18-
YUV123.0296.39158.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.12%
GREEN value IS 112 (44.14% from 255) = 32.46%
BLUE value IS 67 (26.56% from 255) = 19.42%
R=48.12%
G=32.46%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661126700.330.600.3527.2742.4945.69
HexA670430213C231b2a2e
Octal2461601030417443335256
Binary1010011011100001000011010000111110010001111011101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67043; }

 p { color: rgb(166,112,67); }

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

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

 a { background-color: rgb(166,112,67); }

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

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

 span { border-color: rgb(166,112,67); }

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