#AE653B

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

Shades of Bourbon #AE653B

Tints of Bourbon #AE653B

Color information

#AE653B (or 0xAE653B) is unknown color: approx Bourbon. HEX triplet: AE, 65 and 3B. RGB value is (174,101,59). Sum of RGB (Red+Green+Blue) = 174+101+59=334 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.10% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 59 (23.44% from 255 or 17.66% from 334); Max value from RGB is 174 - color contains mainly: red. Hex color #AE653B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE653B is #519AC4. Grayscale: #767676. Windows color (decimal): -5348037 or 3892654. OLE color: 3892654.

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

Color convert

RGB17410159-
CMYK00.420.660.32
HSL21.91º49.36%45.69%-
HSV(B)21.91º66.09%68.24%-
XYZ22.918.626.53-
YUV118.0494.68167.92-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.10%
GREEN value IS 101 (39.84% from 255) = 30.24%
BLUE value IS 59 (23.44% from 255) = 17.66%
R=52.10%
G=30.24%
B=17.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741015900.420.660.3221.9149.3645.69
HexAE653B02A422016312e
Octal2561457305210240266156
Binary1010111011001011110110101010100001010000010110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE653B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE653B; }

 p { color: rgb(174,101,59); }

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

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

 a { background-color: rgb(174,101,59); }

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

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

 span { border-color: rgb(174,101,59); }

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