#AE7040

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

Shades of Bourbon #AE7040

Tints of Bourbon #AE7040

Color information

#AE7040 (or 0xAE7040) is unknown color: approx Bourbon. HEX triplet: AE, 70 and 40. RGB value is (174,112,64). Sum of RGB (Red+Green+Blue) = 174+112+64=350 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.71% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7040 is #518FBF. Grayscale: #7D7D7D. Windows color (decimal): -5345216 or 4223150. OLE color: 4223150.

HSL color Cylindrical-coordinate representation of color #AE7040: hue angle of 26.18º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE7040 is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB17411264-
CMYK00.360.630.32
HSL26.18º46.22%46.67%-
HSV(B)26.18º63.22%68.24%-
XYZ24.1820.967.62-
YUV125.0793.54162.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.71%
GREEN value IS 112 (44.14% from 255) = 32%
BLUE value IS 64 (25.39% from 255) = 18.29%
R=49.71%
G=32%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741126400.360.630.3226.1846.2246.67
HexAE70400243F201a2e2f
Octal2561601000447740325657
Binary1010111011100001000000010010011111110000011010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7040; }

 p { color: rgb(174,112,64); }

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

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

 a { background-color: rgb(174,112,64); }

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

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

 span { border-color: rgb(174,112,64); }

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