#AE7644

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

Shades of Bourbon #AE7644

Tints of Bourbon #AE7644

Color information

#AE7644 (or 0xAE7644) is unknown color: approx Bourbon. HEX triplet: AE, 76 and 44. RGB value is (174,118,68). Sum of RGB (Red+Green+Blue) = 174+118+68=360 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.33% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 68 (26.95% from 255 or 18.89% from 360); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7644 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7644 is #5189BB. Grayscale: #818181. Windows color (decimal): -5343676 or 4486830. OLE color: 4486830.

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

Color convert

RGB17411868-
CMYK00.320.610.32
HSL28.3º43.8%47.45%-
HSV(B)28.3º60.92%68.24%-
XYZ24.9822.378.47-
YUV129.0493.55160.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.33%
GREEN value IS 118 (46.48% from 255) = 32.78%
BLUE value IS 68 (26.95% from 255) = 18.89%
R=48.33%
G=32.78%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741186800.320.610.3228.343.847.45
HexAE76440203D201c2c2f
Octal2561661040407540345457
Binary1010111011101101000100010000011110110000011100101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7644; }

 p { color: rgb(174,118,68); }

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

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

 a { background-color: rgb(174,118,68); }

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

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

 span { border-color: rgb(174,118,68); }

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