#AE6A3F

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

Shades of Bourbon #AE6A3F

Tints of Bourbon #AE6A3F

Color information

#AE6A3F (or 0xAE6A3F) is unknown color: approx Bourbon. HEX triplet: AE, 6A and 3F. RGB value is (174,106,63). Sum of RGB (Red+Green+Blue) = 174+106+63=343 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.73% from 343); Green value is 106 (41.80% from 255 or 30.90% from 343); Blue value is 63 (25% from 255 or 18.37% from 343); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6A3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6A3F is #5195C0. Grayscale: #797979. Windows color (decimal): -5346753 or 4156078. OLE color: 4156078.

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

Color convert

RGB17410663-
CMYK00.390.640.32
HSL23.24º46.84%46.47%-
HSV(B)23.24º63.79%68.24%-
XYZ23.5119.677.26-
YUV121.4395.03165.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.73%
GREEN value IS 106 (41.80% from 255) = 30.90%
BLUE value IS 63 (25% from 255) = 18.37%
R=50.73%
G=30.90%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741066300.390.640.3223.2446.8446.47
HexAE6A3F0274020172f2e
Octal2561527704710040275756
Binary1010111011010101111110100111100000010000010111101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6A3F; }

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

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

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

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

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

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

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

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