#AE7343

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

Shades of Bourbon #AE7343

Tints of Bourbon #AE7343

Color information

#AE7343 (or 0xAE7343) is unknown color: approx Bourbon. HEX triplet: AE, 73 and 43. RGB value is (174,115,67). Sum of RGB (Red+Green+Blue) = 174+115+67=356 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.88% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 67 (26.56% from 255 or 18.82% from 356); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7343 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7343 is #518CBC. Grayscale: #7F7F7F. Windows color (decimal): -5344445 or 4420526. OLE color: 4420526.

HSL color Cylindrical-coordinate representation of color #AE7343: hue angle of 26.92º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AE7343 is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB17411567-
CMYK00.340.610.32
HSL26.92º44.4%47.25%-
HSV(B)26.92º61.49%68.24%-
XYZ24.621.678.2-
YUV127.1794.05161.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.88%
GREEN value IS 115 (45.31% from 255) = 32.30%
BLUE value IS 67 (26.56% from 255) = 18.82%
R=48.88%
G=32.30%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741156700.340.610.3226.9244.447.25
HexAE73430223D201b2c2f
Octal2561631030427540335457
Binary1010111011100111000011010001011110110000011011101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7343; }

 p { color: rgb(174,115,67); }

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

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

 a { background-color: rgb(174,115,67); }

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

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

 span { border-color: rgb(174,115,67); }

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