#AE734B

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

Shades of Bourbon #AE734B

Tints of Bourbon #AE734B

Color information

#AE734B (or 0xAE734B) is unknown color: approx Bourbon. HEX triplet: AE, 73 and 4B. RGB value is (174,115,75). Sum of RGB (Red+Green+Blue) = 174+115+75=364 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.80% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 75 (29.69% from 255 or 20.60% from 364); Max value from RGB is 174 - color contains mainly: red. Hex color #AE734B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE734B is #518CB4. Grayscale: #808080. Windows color (decimal): -5344437 or 4944814. OLE color: 4944814.

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

Color convert

RGB17411575-
CMYK00.340.570.32
HSL24.24º39.76%48.82%-
HSV(B)24.24º56.9%68.24%-
XYZ24.8621.779.55-
YUV128.0898.05160.75-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.80%
GREEN value IS 115 (45.31% from 255) = 31.59%
BLUE value IS 75 (29.69% from 255) = 20.60%
R=47.80%
G=31.59%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741157500.340.570.3224.2439.7648.82
HexAE734B0223920182831
Octal2561631130427140305061
Binary1010111011100111001011010001011100110000011000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE734B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE734B; }

 p { color: rgb(174,115,75); }

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

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

 a { background-color: rgb(174,115,75); }

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

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

 span { border-color: rgb(174,115,75); }

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