#A66943

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

Shades of Bourbon #A66943

Tints of Bourbon #A66943

Color information

#A66943 (or 0xA66943) is unknown color: approx Bourbon. HEX triplet: A6, 69 and 43. RGB value is (166,105,67). Sum of RGB (Red+Green+Blue) = 166+105+67=338 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.11% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 67 (26.56% from 255 or 19.82% from 338); Max value from RGB is 166 - color contains mainly: red. Hex color #A66943 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66943 is #5996BC. Grayscale: #777777. Windows color (decimal): -5871293 or 4417958. OLE color: 4417958.

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

Color convert

RGB16610567-
CMYK00.370.600.35
HSL23.03º42.49%45.69%-
HSV(B)23.03º59.64%65.1%-
XYZ21.7918.627.75-
YUV118.9198.71161.59-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.11%
GREEN value IS 105 (41.41% from 255) = 31.07%
BLUE value IS 67 (26.56% from 255) = 19.82%
R=49.11%
G=31.07%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661056700.370.600.3523.0342.4945.69
HexA669430253C23172a2e
Octal2461511030457443275256
Binary1010011011010011000011010010111110010001110111101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66943; }

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

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

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

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

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

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

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

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