#AE7741

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

Shades of Bourbon #AE7741

Tints of Bourbon #AE7741

Color information

#AE7741 (or 0xAE7741) is unknown color: approx Bourbon. HEX triplet: AE, 77 and 41. RGB value is (174,119,65). Sum of RGB (Red+Green+Blue) = 174+119+65=358 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.60% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 65 (25.78% from 255 or 18.16% from 358); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7741 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7741 is #5188BE. Grayscale: #818181. Windows color (decimal): -5343423 or 4290478. OLE color: 4290478.

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

Color convert

RGB17411965-
CMYK00.320.630.32
HSL29.72º45.61%46.86%-
HSV(B)29.72º62.64%68.24%-
XYZ25.0122.578.04-
YUV129.2991.72159.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.60%
GREEN value IS 119 (46.88% from 255) = 33.24%
BLUE value IS 65 (25.78% from 255) = 18.16%
R=48.60%
G=33.24%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741196500.320.630.3229.7245.6146.86
HexAE77410203F201e2e2f
Octal2561671010407740365657
Binary1010111011101111000001010000011111110000011110101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7741; }

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

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

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

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

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

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

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

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