#A67243

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

Shades of Bourbon #A67243

Tints of Bourbon #A67243

Color information

#A67243 (or 0xA67243) is unknown color: approx Bourbon. HEX triplet: A6, 72 and 43. RGB value is (166,114,67). Sum of RGB (Red+Green+Blue) = 166+114+67=347 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.84% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 67 (26.56% from 255 or 19.31% from 347); Max value from RGB is 166 - color contains mainly: red. Hex color #A67243 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67243 is #598DBC. Grayscale: #7C7C7C. Windows color (decimal): -5868989 or 4420262. OLE color: 4420262.

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

Color convert

RGB16611467-
CMYK00.310.600.35
HSL28.48º42.49%45.69%-
HSV(B)28.48º59.64%65.1%-
XYZ22.7620.558.08-
YUV124.1995.73157.82-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.84%
GREEN value IS 114 (44.92% from 255) = 32.85%
BLUE value IS 67 (26.56% from 255) = 19.31%
R=47.84%
G=32.85%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661146700.310.600.3528.4842.4945.69
HexA6724301F3C231c2a2e
Octal2461621030377443345256
Binary101001101110010100001101111111110010001111100101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67243; }

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

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

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

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

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

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

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

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