#AE7249

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

Shades of Bourbon #AE7249

Tints of Bourbon #AE7249

Color information

#AE7249 (or 0xAE7249) is unknown color: approx Bourbon. HEX triplet: AE, 72 and 49. RGB value is (174,114,73). Sum of RGB (Red+Green+Blue) = 174+114+73=361 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.20% from 361); Green value is 114 (44.92% from 255 or 31.58% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7249 is #518DB6. Grayscale: #7F7F7F. Windows color (decimal): -5344695 or 4813486. OLE color: 4813486.

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

Color convert

RGB17411473-
CMYK00.340.580.32
HSL24.36º40.89%48.43%-
HSV(B)24.36º58.05%68.24%-
XYZ24.6821.519.16-
YUV127.2797.38161.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.20%
GREEN value IS 114 (44.92% from 255) = 31.58%
BLUE value IS 73 (28.91% from 255) = 20.22%
R=48.20%
G=31.58%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741147300.340.580.3224.3640.8948.43
HexAE72490223A20182930
Octal2561621110427240305160
Binary1010111011100101001001010001011101010000011000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7249; }

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

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

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

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

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

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

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

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