#AE744A

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

Shades of Bourbon #AE744A

Tints of Bourbon #AE744A

Color information

#AE744A (or 0xAE744A) is unknown color: approx Bourbon. HEX triplet: AE, 74 and 4A. RGB value is (174,116,74). Sum of RGB (Red+Green+Blue) = 174+116+74=364 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.80% from 364); Green value is 116 (45.70% from 255 or 31.87% from 364); Blue value is 74 (29.30% from 255 or 20.33% from 364); Max value from RGB is 174 - color contains mainly: red. Hex color #AE744A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE744A is #518BB5. Grayscale: #808080. Windows color (decimal): -5344182 or 4879534. OLE color: 4879534.

HSL color Cylindrical-coordinate representation of color #AE744A: hue angle of 25.2º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AE744A is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB17411674-
CMYK00.330.570.32
HSL25.2º40.32%48.63%-
HSV(B)25.2º57.47%68.24%-
XYZ24.9421.989.41-
YUV128.5597.22160.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.80%
GREEN value IS 116 (45.70% from 255) = 31.87%
BLUE value IS 74 (29.30% from 255) = 20.33%
R=47.80%
G=31.87%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741167400.330.570.3225.240.3248.63
HexAE744A0213920192831
Octal2561641120417140315061
Binary1010111011101001001010010000111100110000011001101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE744A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE744A; }

 p { color: rgb(174,116,74); }

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

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

 a { background-color: rgb(174,116,74); }

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

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

 span { border-color: rgb(174,116,74); }

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