#AE733D

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

Shades of Bourbon #AE733D

Tints of Bourbon #AE733D

Color information

#AE733D (or 0xAE733D) is unknown color: approx Bourbon. HEX triplet: AE, 73 and 3D. RGB value is (174,115,61). Sum of RGB (Red+Green+Blue) = 174+115+61=350 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.71% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 61 (24.22% from 255 or 17.43% from 350); Max value from RGB is 174 - color contains mainly: red. Hex color #AE733D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE733D is #518CC2. Grayscale: #7E7E7E. Windows color (decimal): -5344451 or 4027310. OLE color: 4027310.

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

Color convert

RGB17411561-
CMYK00.340.650.32
HSL28.67º48.09%46.08%-
HSV(B)28.67º64.94%68.24%-
XYZ24.4321.67.3-
YUV126.4891.05161.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.71%
GREEN value IS 115 (45.31% from 255) = 32.86%
BLUE value IS 61 (24.22% from 255) = 17.43%
R=49.71%
G=32.86%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741156100.340.650.3228.6748.0946.08
HexAE733D02241201d302e
Octal2561637504210140356056
Binary1010111011100111111010100010100000110000011101110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE733D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE733D; }

 p { color: rgb(174,115,61); }

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

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

 a { background-color: rgb(174,115,61); }

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

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

 span { border-color: rgb(174,115,61); }

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