#AE7549

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

Shades of Bourbon #AE7549

Tints of Bourbon #AE7549

Color information

#AE7549 (or 0xAE7549) is unknown color: approx Bourbon. HEX triplet: AE, 75 and 49. RGB value is (174,117,73). Sum of RGB (Red+Green+Blue) = 174+117+73=364 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.80% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 73 (28.91% from 255 or 20.05% from 364); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7549 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7549 is #518AB6. Grayscale: #818181. Windows color (decimal): -5343927 or 4814254. OLE color: 4814254.

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

Color convert

RGB17411773-
CMYK00.330.580.32
HSL26.14º40.89%48.43%-
HSV(B)26.14º58.05%68.24%-
XYZ25.0222.29.27-
YUV129.0396.38160.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.80%
GREEN value IS 117 (46.09% from 255) = 32.14%
BLUE value IS 73 (28.91% from 255) = 20.05%
R=47.80%
G=32.14%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741177300.330.580.3226.1440.8948.43
HexAE75490213A201a2930
Octal2561651110417240325160
Binary1010111011101011001001010000111101010000011010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7549; }

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

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

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

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

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

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

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

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