#AE6E3D

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

Shades of Bourbon #AE6E3D

Tints of Bourbon #AE6E3D

Color information

#AE6E3D (or 0xAE6E3D) is unknown color: approx Bourbon. HEX triplet: AE, 6E and 3D. RGB value is (174,110,61). Sum of RGB (Red+Green+Blue) = 174+110+61=345 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.43% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 61 (24.22% from 255 or 17.68% from 345); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6E3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6E3D is #5191C2. Grayscale: #7B7B7B. Windows color (decimal): -5345731 or 4026030. OLE color: 4026030.

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

Color convert

RGB17411061-
CMYK00.370.650.32
HSL26.02º48.09%46.08%-
HSV(B)26.02º64.94%68.24%-
XYZ23.8720.497.11-
YUV123.5592.7163.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.43%
GREEN value IS 110 (43.36% from 255) = 31.88%
BLUE value IS 61 (24.22% from 255) = 17.68%
R=50.43%
G=31.88%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741106100.370.650.3226.0248.0946.08
HexAE6E3D02541201a302e
Octal2561567504510140326056
Binary1010111011011101111010100101100000110000011010110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6E3D; }

 p { color: rgb(174,110,61); }

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

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

 a { background-color: rgb(174,110,61); }

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

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

 span { border-color: rgb(174,110,61); }

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