#AE754A

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

Shades of Bourbon #AE754A

Tints of Bourbon #AE754A

Color information

#AE754A (or 0xAE754A) is unknown color: approx Bourbon. HEX triplet: AE, 75 and 4A. RGB value is (174,117,74). Sum of RGB (Red+Green+Blue) = 174+117+74=365 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.67% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 174 - color contains mainly: red. Hex color #AE754A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE754A is #518AB5. Grayscale: #818181. Windows color (decimal): -5343926 or 4879790. OLE color: 4879790.

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

Color convert

RGB17411774-
CMYK00.330.570.32
HSL25.8º40.32%48.63%-
HSV(B)25.8º57.47%68.24%-
XYZ25.0522.229.45-
YUV129.1496.88160-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.67%
GREEN value IS 117 (46.09% from 255) = 32.05%
BLUE value IS 74 (29.30% from 255) = 20.27%
R=47.67%
G=32.05%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741177400.330.570.3225.840.3248.63
HexAE754A02139201a2831
Octal2561651120417140325061
Binary1010111011101011001010010000111100110000011010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE754A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE754A; }

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

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

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

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

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

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

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

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