#AE7648

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

Shades of Bourbon #AE7648

Tints of Bourbon #AE7648

Color information

#AE7648 (or 0xAE7648) is unknown color: approx Bourbon. HEX triplet: AE, 76 and 48. RGB value is (174,118,72). Sum of RGB (Red+Green+Blue) = 174+118+72=364 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.80% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 72 (28.52% from 255 or 19.78% from 364); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7648 is #5189B7. Grayscale: #818181. Windows color (decimal): -5343672 or 4748974. OLE color: 4748974.

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

Color convert

RGB17411872-
CMYK00.320.590.32
HSL27.06º41.46%48.24%-
HSV(B)27.06º58.62%68.24%-
XYZ25.122.429.14-
YUV129.595.55159.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.80%
GREEN value IS 118 (46.48% from 255) = 32.42%
BLUE value IS 72 (28.52% from 255) = 19.78%
R=47.80%
G=32.42%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.59
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741187200.320.590.3227.0641.4648.24
HexAE76480203B201b2930
Octal2561661100407340335160
Binary1010111011101101001000010000011101110000011011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7648; }

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

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

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

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

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

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

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

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