#AE7146

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

Shades of Bourbon #AE7146

Tints of Bourbon #AE7146

Color information

#AE7146 (or 0xAE7146) is unknown color: approx Bourbon. HEX triplet: AE, 71 and 46. RGB value is (174,113,70). Sum of RGB (Red+Green+Blue) = 174+113+70=357 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.74% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 70 (27.73% from 255 or 19.61% from 357); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7146 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7146 is #518EB9. Grayscale: #7E7E7E. Windows color (decimal): -5344954 or 4616622. OLE color: 4616622.

HSL color Cylindrical-coordinate representation of color #AE7146: hue angle of 24.81º 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 #AE7146 is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB17411370-
CMYK00.350.600.32
HSL24.81º42.62%47.84%-
HSV(B)24.81º59.77%68.24%-
XYZ24.4721.258.61-
YUV126.3496.21162-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.74%
GREEN value IS 113 (44.53% from 255) = 31.65%
BLUE value IS 70 (27.73% from 255) = 19.61%
R=48.74%
G=31.65%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741137000.350.600.3224.8142.6247.84
HexAE71460233C20192b30
Octal2561611060437440315360
Binary1010111011100011000110010001111110010000011001101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7146; }

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

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

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

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

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

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

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

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