#AE6D3A

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

Shades of Bourbon #AE6D3A

Tints of Bourbon #AE6D3A

Color information

#AE6D3A (or 0xAE6D3A) is unknown color: approx Bourbon. HEX triplet: AE, 6D and 3A. RGB value is (174,109,58). Sum of RGB (Red+Green+Blue) = 174+109+58=341 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.03% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 58 (23.05% from 255 or 17.01% from 341); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6D3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6D3A is #5192C5. Grayscale: #7A7A7A. Windows color (decimal): -5345990 or 3829166. OLE color: 3829166.

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

Color convert

RGB17410958-
CMYK00.370.670.32
HSL26.38º50%45.49%-
HSV(B)26.38º66.67%68.24%-
XYZ23.6920.246.66-
YUV122.6291.53164.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.03%
GREEN value IS 109 (42.97% from 255) = 31.96%
BLUE value IS 58 (23.05% from 255) = 17.01%
R=51.03%
G=31.96%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741095800.370.670.3226.385045.49
HexAE6D3A02543201a322d
Octal2561557204510340326255
Binary1010111011011011110100100101100001110000011010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6D3A; }

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

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

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

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

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

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

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

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