#AE6937

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

Shades of Bourbon #AE6937

Tints of Bourbon #AE6937

Color information

#AE6937 (or 0xAE6937) is unknown color: approx Bourbon. HEX triplet: AE, 69 and 37. RGB value is (174,105,55). Sum of RGB (Red+Green+Blue) = 174+105+55=334 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.10% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 55 (21.88% from 255 or 16.47% from 334); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6937 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6937 is #5196C8. Grayscale: #787878. Windows color (decimal): -5347017 or 3631534. OLE color: 3631534.

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

Color convert

RGB17410555-
CMYK00.400.680.32
HSL25.21º51.97%44.9%-
HSV(B)25.21º68.39%68.24%-
XYZ23.219.386.13-
YUV119.9391.36166.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.10%
GREEN value IS 105 (41.41% from 255) = 31.44%
BLUE value IS 55 (21.88% from 255) = 16.47%
R=52.10%
G=31.44%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741055500.400.680.3225.2151.9744.9
HexAE6937028442019342d
Octal2561516705010440316455
Binary1010111011010011101110101000100010010000011001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6937; }

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

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

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

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

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

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

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

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