#AE7347

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

Shades of Bourbon #AE7347

Tints of Bourbon #AE7347

Color information

#AE7347 (or 0xAE7347) is unknown color: approx Bourbon. HEX triplet: AE, 73 and 47. RGB value is (174,115,71). Sum of RGB (Red+Green+Blue) = 174+115+71=360 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.33% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 71 (28.12% from 255 or 19.72% from 360); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7347 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7347 is #518CB8. Grayscale: #7F7F7F. Windows color (decimal): -5344441 or 4682670. OLE color: 4682670.

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

Color convert

RGB17411571-
CMYK00.340.590.32
HSL25.63º42.04%48.04%-
HSV(B)25.63º59.2%68.24%-
XYZ24.7221.728.85-
YUV127.6296.05161.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.33%
GREEN value IS 115 (45.31% from 255) = 31.94%
BLUE value IS 71 (28.12% from 255) = 19.72%
R=48.33%
G=31.94%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.59
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741157100.340.590.3225.6342.0448.04
HexAE73470223B201a2a30
Octal2561631070427340325260
Binary1010111011100111000111010001011101110000011010101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7347; }

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

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

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

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

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

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

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

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