#A67149

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

Shades of Bourbon #A67149

Tints of Bourbon #A67149

Color information

#A67149 (or 0xA67149) is unknown color: approx Bourbon. HEX triplet: A6, 71 and 49. RGB value is (166,113,73). Sum of RGB (Red+Green+Blue) = 166+113+73=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 166 - color contains mainly: red. Hex color #A67149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67149 is #598EB6. Grayscale: #7C7C7C. Windows color (decimal): -5869239 or 4813222. OLE color: 4813222.

HSL color Cylindrical-coordinate representation of color #A67149: hue angle of 25.81º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A67149 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB16611373-
CMYK00.320.560.35
HSL25.81º38.91%46.86%-
HSV(B)25.81º56.02%65.1%-
XYZ22.8320.49.04-
YUV124.2999.06157.75-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.16%
GREEN value IS 113 (44.53% from 255) = 32.10%
BLUE value IS 73 (28.91% from 255) = 20.74%
R=47.16%
G=32.10%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661137300.320.560.3525.8138.9146.86
HexA6714902038231a272f
Octal2461611110407043324757
Binary1010011011100011001001010000011100010001111010100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67149; }

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

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

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

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

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

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

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

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