#AE6D3C

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

Shades of Bourbon #AE6D3C

Tints of Bourbon #AE6D3C

Color information

#AE6D3C (or 0xAE6D3C) is unknown color: approx Bourbon. HEX triplet: AE, 6D and 3C. RGB value is (174,109,60). Sum of RGB (Red+Green+Blue) = 174+109+60=343 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.73% from 343); Green value is 109 (42.97% from 255 or 31.78% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6D3C is #5192C3. Grayscale: #7B7B7B. Windows color (decimal): -5345988 or 3960238. OLE color: 3960238.

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

Color convert

RGB17410960-
CMYK00.370.660.32
HSL25.79º48.72%45.88%-
HSV(B)25.79º65.52%68.24%-
XYZ23.7420.266.93-
YUV122.8592.53164.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.73%
GREEN value IS 109 (42.97% from 255) = 31.78%
BLUE value IS 60 (23.83% from 255) = 17.49%
R=50.73%
G=31.78%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741096000.370.660.3225.7948.7245.88
HexAE6D3C02542201a312e
Octal2561557404510240326156
Binary1010111011011011111000100101100001010000011010110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6D3C; }

 p { color: rgb(174,109,60); }

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

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

 a { background-color: rgb(174,109,60); }

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

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

 span { border-color: rgb(174,109,60); }

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