#AE7946

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

Shades of Bourbon #AE7946

Tints of Bourbon #AE7946

Color information

#AE7946 (or 0xAE7946) is unknown color: approx Bourbon. HEX triplet: AE, 79 and 46. RGB value is (174,121,70). Sum of RGB (Red+Green+Blue) = 174+121+70=365 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.67% from 365); Green value is 121 (47.66% from 255 or 33.15% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7946 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7946 is #5186B9. Grayscale: #838383. Windows color (decimal): -5342906 or 4618670. OLE color: 4618670.

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

Color convert

RGB17412170-
CMYK00.300.600.32
HSL29.42º42.62%47.84%-
HSV(B)29.42º59.77%68.24%-
XYZ25.423.128.92-
YUV131.0393.56158.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.67%
GREEN value IS 121 (47.66% from 255) = 33.15%
BLUE value IS 70 (27.73% from 255) = 19.18%
R=47.67%
G=33.15%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741217000.300.600.3229.4242.6247.84
HexAE794601E3C201d2b30
Octal2561711060367440355360
Binary101011101111001100011001111011110010000011101101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7946; }

 p { color: rgb(174,121,70); }

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

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

 a { background-color: rgb(174,121,70); }

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

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

 span { border-color: rgb(174,121,70); }

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