#AE7143

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

Shades of Bourbon #AE7143

Tints of Bourbon #AE7143

Color information

#AE7143 (or 0xAE7143) is unknown color: approx Bourbon. HEX triplet: AE, 71 and 43. RGB value is (174,113,67). Sum of RGB (Red+Green+Blue) = 174+113+67=354 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.15% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 67 (26.56% from 255 or 18.93% from 354); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7143 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7143 is #518EBC. Grayscale: #7E7E7E. Windows color (decimal): -5344957 or 4420014. OLE color: 4420014.

HSL color Cylindrical-coordinate representation of color #AE7143: hue angle of 25.79º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AE7143 is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB17411367-
CMYK00.350.610.32
HSL25.79º44.4%47.25%-
HSV(B)25.79º61.49%68.24%-
XYZ24.3721.218.12-
YUV12694.71162.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.15%
GREEN value IS 113 (44.53% from 255) = 31.92%
BLUE value IS 67 (26.56% from 255) = 18.93%
R=49.15%
G=31.92%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741136700.350.610.3225.7944.447.25
HexAE71430233D201a2c2f
Octal2561611030437540325457
Binary1010111011100011000011010001111110110000011010101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7143; }

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

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

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

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

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

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

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

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