#AE7248

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

Shades of Bourbon #AE7248

Tints of Bourbon #AE7248

Color information

#AE7248 (or 0xAE7248) is unknown color: approx Bourbon. HEX triplet: AE, 72 and 48. RGB value is (174,114,72). Sum of RGB (Red+Green+Blue) = 174+114+72=360 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.33% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 72 (28.52% from 255 or 20% from 360); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7248 is #518DB7. Grayscale: #7F7F7F. Windows color (decimal): -5344696 or 4747950. OLE color: 4747950.

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

Color convert

RGB17411472-
CMYK00.340.590.32
HSL24.71º41.46%48.24%-
HSV(B)24.71º58.62%68.24%-
XYZ24.6421.58.98-
YUV127.1596.88161.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.33%
GREEN value IS 114 (44.92% from 255) = 31.67%
BLUE value IS 72 (28.52% from 255) = 20%
R=48.33%
G=31.67%
B=20%

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
Decimal1741147200.340.590.3224.7141.4648.24
HexAE72480223B20192930
Octal2561621100427340315160
Binary1010111011100101001000010001011101110000011001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7248; }

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

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

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

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

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

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

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

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