#AE7348

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

Shades of Bourbon #AE7348

Tints of Bourbon #AE7348

Color information

#AE7348 (or 0xAE7348) is unknown color: approx Bourbon. HEX triplet: AE, 73 and 48. RGB value is (174,115,72). Sum of RGB (Red+Green+Blue) = 174+115+72=361 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.20% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7348 is #518CB7. Grayscale: #7F7F7F. Windows color (decimal): -5344440 or 4748206. OLE color: 4748206.

HSL color Cylindrical-coordinate representation of color #AE7348: hue angle of 25.29º degrees, saturation: 0.41, 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 #AE7348 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.32.

Color convert

RGB17411572-
CMYK00.340.590.32
HSL25.29º41.46%48.24%-
HSV(B)25.29º58.62%68.24%-
XYZ24.7621.739.02-
YUV127.7496.55161-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.20%
GREEN value IS 115 (45.31% from 255) = 31.86%
BLUE value IS 72 (28.52% from 255) = 19.94%
R=48.20%
G=31.86%
B=19.94%

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
Decimal1741157200.340.590.3225.2941.4648.24
HexAE73480223B20192930
Octal2561631100427340315160
Binary1010111011100111001000010001011101110000011001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7348; }

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

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

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

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

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

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

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

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