#AE7647

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

Shades of Bourbon #AE7647

Tints of Bourbon #AE7647

Color information

#AE7647 (or 0xAE7647) is unknown color: approx Bourbon. HEX triplet: AE, 76 and 47. RGB value is (174,118,71). Sum of RGB (Red+Green+Blue) = 174+118+71=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 118 (46.48% from 255 or 32.51% from 363); Blue value is 71 (28.12% from 255 or 19.56% from 363); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7647 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7647 is #5189B8. Grayscale: #818181. Windows color (decimal): -5343673 or 4683438. OLE color: 4683438.

HSL color Cylindrical-coordinate representation of color #AE7647: hue angle of 27.38º degrees, saturation: 0.42, 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 #AE7647 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.32.

Color convert

RGB17411871-
CMYK00.320.590.32
HSL27.38º42.04%48.04%-
HSV(B)27.38º59.2%68.24%-
XYZ25.0722.418.97-
YUV129.3995.05159.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.93%
GREEN value IS 118 (46.48% from 255) = 32.51%
BLUE value IS 71 (28.12% from 255) = 19.56%
R=47.93%
G=32.51%
B=19.56%

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
Decimal1741187100.320.590.3227.3842.0448.04
HexAE76470203B201b2a30
Octal2561661070407340335260
Binary1010111011101101000111010000011101110000011011101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7647; }

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

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

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

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

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

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

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

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