#AE7443

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

Shades of Bourbon #AE7443

Tints of Bourbon #AE7443

Color information

#AE7443 (or 0xAE7443) is unknown color: approx Bourbon. HEX triplet: AE, 74 and 43. RGB value is (174,116,67). Sum of RGB (Red+Green+Blue) = 174+116+67=357 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.74% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 67 (26.56% from 255 or 18.77% from 357); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7443 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7443 is #518BBC. Grayscale: #808080. Windows color (decimal): -5344189 or 4420782. OLE color: 4420782.

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

Color convert

RGB17411667-
CMYK00.330.610.32
HSL27.48º44.4%47.25%-
HSV(B)27.48º61.49%68.24%-
XYZ24.7121.898.23-
YUV127.7693.72160.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.74%
GREEN value IS 116 (45.70% from 255) = 32.49%
BLUE value IS 67 (26.56% from 255) = 18.77%
R=48.74%
G=32.49%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741166700.330.610.3227.4844.447.25
HexAE74430213D201b2c2f
Octal2561641030417540335457
Binary1010111011101001000011010000111110110000011011101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7443; }

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

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

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

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

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

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

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

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