#AE6941

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

Shades of Bourbon #AE6941

Tints of Bourbon #AE6941

Color information

#AE6941 (or 0xAE6941) is unknown color: approx Bourbon. HEX triplet: AE, 69 and 41. RGB value is (174,105,65). Sum of RGB (Red+Green+Blue) = 174+105+65=344 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.58% from 344); Green value is 105 (41.41% from 255 or 30.52% from 344); Blue value is 65 (25.78% from 255 or 18.90% from 344); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6941 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6941 is #5196BE. Grayscale: #797979. Windows color (decimal): -5347007 or 4286894. OLE color: 4286894.

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

Color convert

RGB17410565-
CMYK00.400.630.32
HSL22.02º45.61%46.86%-
HSV(B)22.02º62.64%68.24%-
XYZ23.4619.487.53-
YUV121.0796.36165.75-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.58%
GREEN value IS 105 (41.41% from 255) = 30.52%
BLUE value IS 65 (25.78% from 255) = 18.90%
R=50.58%
G=30.52%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741056500.400.630.3222.0245.6146.86
HexAE69410283F20162e2f
Octal2561511010507740265657
Binary1010111011010011000001010100011111110000010110101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6941; }

 p { color: rgb(174,105,65); }

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

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

 a { background-color: rgb(174,105,65); }

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

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

 span { border-color: rgb(174,105,65); }

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