#A67542

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

Shades of Bourbon #A67542

Tints of Bourbon #A67542

Color information

#A67542 (or 0xA67542) is unknown color: approx Bourbon. HEX triplet: A6, 75 and 42. RGB value is (166,117,66). Sum of RGB (Red+Green+Blue) = 166+117+66=349 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.56% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 66 (26.17% from 255 or 18.91% from 349); Max value from RGB is 166 - color contains mainly: red. Hex color #A67542 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67542 is #598ABD. Grayscale: #7E7E7E. Windows color (decimal): -5868222 or 4355494. OLE color: 4355494.

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

Color convert

RGB16611766-
CMYK00.300.600.35
HSL30.6º43.1%45.49%-
HSV(B)30.6º60.24%65.1%-
XYZ23.0721.228.03-
YUV125.8494.23156.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.56%
GREEN value IS 117 (46.09% from 255) = 33.52%
BLUE value IS 66 (26.17% from 255) = 18.91%
R=47.56%
G=33.52%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661176600.300.600.3530.643.145.49
HexA6754201E3C231f2b2d
Octal2461651020367443375355
Binary101001101110101100001001111011110010001111111101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67542; }

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

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

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

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

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

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

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

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