#AE6840

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

Shades of Bourbon #AE6840

Tints of Bourbon #AE6840

Color information

#AE6840 (or 0xAE6840) is unknown color: approx Bourbon. HEX triplet: AE, 68 and 40. RGB value is (174,104,64). Sum of RGB (Red+Green+Blue) = 174+104+64=342 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.88% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6840 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6840 is #5197BF. Grayscale: #787878. Windows color (decimal): -5347264 or 4221102. OLE color: 4221102.

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

Color convert

RGB17410464-
CMYK00.400.630.32
HSL21.82º46.22%46.67%-
HSV(B)21.82º63.22%68.24%-
XYZ23.3319.277.34-
YUV120.3796.19166.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.88%
GREEN value IS 104 (41.02% from 255) = 30.41%
BLUE value IS 64 (25.39% from 255) = 18.71%
R=50.88%
G=30.41%
B=18.71%

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
Decimal1741046400.400.630.3221.8246.2246.67
HexAE68400283F20162e2f
Octal2561501000507740265657
Binary1010111011010001000000010100011111110000010110101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6840; }

 p { color: rgb(174,104,64); }

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

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

 a { background-color: rgb(174,104,64); }

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

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

 span { border-color: rgb(174,104,64); }

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