#A67646

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

Shades of Bourbon #A67646

Tints of Bourbon #A67646

Color information

#A67646 (or 0xA67646) is unknown color: approx Bourbon. HEX triplet: A6, 76 and 46. RGB value is (166,118,70). Sum of RGB (Red+Green+Blue) = 166+118+70=354 (46% of max value = 765). Red value is 166 (65.23% from 255 or 46.89% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 70 (27.73% from 255 or 19.77% from 354); Max value from RGB is 166 - color contains mainly: red. Hex color #A67646 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67646 is #5989B9. Grayscale: #7F7F7F. Windows color (decimal): -5867962 or 4617894. OLE color: 4617894.

HSL color Cylindrical-coordinate representation of color #A67646: hue angle of 30º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A67646 is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB16611870-
CMYK00.290.580.35
HSL30º40.68%46.27%-
HSV(B)30º57.83%65.1%-
XYZ23.3121.518.72-
YUV126.8895.9155.9-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.89%
GREEN value IS 118 (46.48% from 255) = 33.33%
BLUE value IS 70 (27.73% from 255) = 19.77%
R=46.89%
G=33.33%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661187000.290.580.353040.6846.27
HexA6764601D3A231e292e
Octal2461661060357243365156
Binary101001101110110100011001110111101010001111110101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67646; }

 p { color: rgb(166,118,70); }

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

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

 a { background-color: rgb(166,118,70); }

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

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

 span { border-color: rgb(166,118,70); }

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