#AE7247

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

Shades of Bourbon #AE7247

Tints of Bourbon #AE7247

Color information

#AE7247 (or 0xAE7247) is unknown color: approx Bourbon. HEX triplet: AE, 72 and 47. RGB value is (174,114,71). Sum of RGB (Red+Green+Blue) = 174+114+71=359 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.47% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 71 (28.12% from 255 or 19.78% from 359); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7247 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7247 is #518DB8. Grayscale: #7F7F7F. Windows color (decimal): -5344697 or 4682414. OLE color: 4682414.

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

Color convert

RGB17411471-
CMYK00.340.590.32
HSL25.05º42.04%48.04%-
HSV(B)25.05º59.2%68.24%-
XYZ24.6121.498.81-
YUV127.0496.38161.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.47%
GREEN value IS 114 (44.92% from 255) = 31.75%
BLUE value IS 71 (28.12% from 255) = 19.78%
R=48.47%
G=31.75%
B=19.78%

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
Decimal1741147100.340.590.3225.0542.0448.04
HexAE72470223B20192a30
Octal2561621070427340315260
Binary1010111011100101000111010001011101110000011001101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7247; }

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

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

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

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

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

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

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

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