#A67545

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

Shades of Bourbon #A67545

Tints of Bourbon #A67545

Color information

#A67545 (or 0xA67545) is unknown color: approx Bourbon. HEX triplet: A6, 75 and 45. RGB value is (166,117,69). Sum of RGB (Red+Green+Blue) = 166+117+69=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 69 (27.34% from 255 or 19.60% from 352); Max value from RGB is 166 - color contains mainly: red. Hex color #A67545 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67545 is #598ABA. Grayscale: #7E7E7E. Windows color (decimal): -5868219 or 4552102. OLE color: 4552102.

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

Color convert

RGB16611769-
CMYK00.300.580.35
HSL29.69º41.28%46.08%-
HSV(B)29.69º58.43%65.1%-
XYZ23.1621.268.51-
YUV126.1895.73156.4-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.16%
GREEN value IS 117 (46.09% from 255) = 33.24%
BLUE value IS 69 (27.34% from 255) = 19.60%
R=47.16%
G=33.24%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661176900.300.580.3529.6941.2846.08
HexA6754501E3A231e292e
Octal2461651050367243365156
Binary101001101110101100010101111011101010001111110101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67545; }

 p { color: rgb(166,117,69); }

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

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

 a { background-color: rgb(166,117,69); }

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

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

 span { border-color: rgb(166,117,69); }

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