#AE6C3C

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

Shades of Bourbon #AE6C3C

Tints of Bourbon #AE6C3C

Color information

#AE6C3C (or 0xAE6C3C) is unknown color: approx Bourbon. HEX triplet: AE, 6C and 3C. RGB value is (174,108,60). Sum of RGB (Red+Green+Blue) = 174+108+60=342 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.88% from 342); Green value is 108 (42.58% from 255 or 31.58% from 342); Blue value is 60 (23.83% from 255 or 17.54% from 342); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6C3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6C3C is #5193C3. Grayscale: #7A7A7A. Windows color (decimal): -5346244 or 3959982. OLE color: 3959982.

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

Color convert

RGB17410860-
CMYK00.380.660.32
HSL25.26º48.72%45.88%-
HSV(B)25.26º65.52%68.24%-
XYZ23.6320.056.9-
YUV122.2692.87164.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.88%
GREEN value IS 108 (42.58% from 255) = 31.58%
BLUE value IS 60 (23.83% from 255) = 17.54%
R=50.88%
G=31.58%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741086000.380.660.3225.2648.7245.88
HexAE6C3C026422019312e
Octal2561547404610240316156
Binary1010111011011001111000100110100001010000011001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6C3C; }

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

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

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

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

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

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

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

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