#AE7649

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

Shades of Bourbon #AE7649

Tints of Bourbon #AE7649

Color information

#AE7649 (or 0xAE7649) is unknown color: approx Bourbon. HEX triplet: AE, 76 and 49. RGB value is (174,118,73). Sum of RGB (Red+Green+Blue) = 174+118+73=365 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.67% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 73 (28.91% from 255 or 20% from 365); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7649 is #5189B6. Grayscale: #818181. Windows color (decimal): -5343671 or 4814510. OLE color: 4814510.

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

Color convert

RGB17411873-
CMYK00.320.580.32
HSL26.73º40.89%48.43%-
HSV(B)26.73º58.05%68.24%-
XYZ25.1422.449.31-
YUV129.6196.05159.66-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.67%
GREEN value IS 118 (46.48% from 255) = 32.33%
BLUE value IS 73 (28.91% from 255) = 20%
R=47.67%
G=32.33%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741187300.320.580.3226.7340.8948.43
HexAE76490203A201b2930
Octal2561661110407240335160
Binary1010111011101101001001010000011101010000011011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7649; }

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

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

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

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

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

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

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

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