#AE784A

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

Shades of Bourbon #AE784A

Tints of Bourbon #AE784A

Color information

#AE784A (or 0xAE784A) is unknown color: approx Bourbon. HEX triplet: AE, 78 and 4A. RGB value is (174,120,74). Sum of RGB (Red+Green+Blue) = 174+120+74=368 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.28% from 368); Green value is 120 (47.27% from 255 or 32.61% from 368); Blue value is 74 (29.30% from 255 or 20.11% from 368); Max value from RGB is 174 - color contains mainly: red. Hex color #AE784A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE784A is #5187B5. Grayscale: #838383. Windows color (decimal): -5343158 or 4880558. OLE color: 4880558.

HSL color Cylindrical-coordinate representation of color #AE784A: hue angle of 27.6º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AE784A is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB17412074-
CMYK00.310.570.32
HSL27.6º40.32%48.63%-
HSV(B)27.6º57.47%68.24%-
XYZ25.4122.939.56-
YUV130.995.89158.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.28%
GREEN value IS 120 (47.27% from 255) = 32.61%
BLUE value IS 74 (29.30% from 255) = 20.11%
R=47.28%
G=32.61%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741207400.310.570.3227.640.3248.63
HexAE784A01F39201c2831
Octal2561701120377140345061
Binary101011101111000100101001111111100110000011100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE784A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE784A; }

 p { color: rgb(174,120,74); }

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

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

 a { background-color: rgb(174,120,74); }

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

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

 span { border-color: rgb(174,120,74); }

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