#AE6D3F

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

Shades of Bourbon #AE6D3F

Tints of Bourbon #AE6D3F

Color information

#AE6D3F (or 0xAE6D3F) is unknown color: approx Bourbon. HEX triplet: AE, 6D and 3F. RGB value is (174,109,63). Sum of RGB (Red+Green+Blue) = 174+109+63=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 63 (25% from 255 or 18.21% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6D3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6D3F is #5192C0. Grayscale: #7B7B7B. Windows color (decimal): -5345985 or 4156846. OLE color: 4156846.

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

Color convert

RGB17410963-
CMYK00.370.640.32
HSL24.86º46.84%46.47%-
HSV(B)24.86º63.79%68.24%-
XYZ23.8220.297.36-
YUV123.1994.03164.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.29%
GREEN value IS 109 (42.97% from 255) = 31.50%
BLUE value IS 63 (25% from 255) = 18.21%
R=50.29%
G=31.50%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741096300.370.640.3224.8646.8446.47
HexAE6D3F0254020192f2e
Octal2561557704510040315756
Binary1010111011011011111110100101100000010000011001101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6D3F; }

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

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

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

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

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

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

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

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