#AE673E

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

Shades of Bourbon #AE673E

Tints of Bourbon #AE673E

Color information

#AE673E (or 0xAE673E) is unknown color: approx Bourbon. HEX triplet: AE, 67 and 3E. RGB value is (174,103,62). Sum of RGB (Red+Green+Blue) = 174+103+62=339 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.33% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 62 (24.61% from 255 or 18.29% from 339); Max value from RGB is 174 - color contains mainly: red. Hex color #AE673E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE673E is #5198C1. Grayscale: #777777. Windows color (decimal): -5347522 or 4089774. OLE color: 4089774.

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

Color convert

RGB17410362-
CMYK00.410.640.32
HSL21.96º47.46%46.27%-
HSV(B)21.96º64.37%68.24%-
XYZ23.1819.057.01-
YUV119.5695.52166.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.33%
GREEN value IS 103 (40.62% from 255) = 30.38%
BLUE value IS 62 (24.61% from 255) = 18.29%
R=51.33%
G=30.38%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741036200.410.640.3221.9647.4646.27
HexAE673E0294020162f2e
Octal2561477605110040265756
Binary1010111011001111111100101001100000010000010110101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE673E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE673E; }

 p { color: rgb(174,103,62); }

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

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

 a { background-color: rgb(174,103,62); }

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

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

 span { border-color: rgb(174,103,62); }

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