#A67143

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

Shades of Bourbon #A67143

Tints of Bourbon #A67143

Color information

#A67143 (or 0xA67143) is unknown color: approx Bourbon. HEX triplet: A6, 71 and 43. RGB value is (166,113,67). Sum of RGB (Red+Green+Blue) = 166+113+67=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 67 (26.56% from 255 or 19.36% from 346); Max value from RGB is 166 - color contains mainly: red. Hex color #A67143 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67143 is #598EBC. Grayscale: #7B7B7B. Windows color (decimal): -5869245 or 4420006. OLE color: 4420006.

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

Color convert

RGB16611367-
CMYK00.320.600.35
HSL27.88º42.49%45.69%-
HSV(B)27.88º59.64%65.1%-
XYZ22.6420.328.04-
YUV123.696.06158.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.98%
GREEN value IS 113 (44.53% from 255) = 32.66%
BLUE value IS 67 (26.56% from 255) = 19.36%
R=47.98%
G=32.66%
B=19.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661136700.320.600.3527.8842.4945.69
HexA671430203C231c2a2e
Octal2461611030407443345256
Binary1010011011100011000011010000011110010001111100101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67143; }

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

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

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

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

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

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

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

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