#AE693C

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

Shades of Bourbon #AE693C

Tints of Bourbon #AE693C

Color information

#AE693C (or 0xAE693C) is unknown color: approx Bourbon. HEX triplet: AE, 69 and 3C. RGB value is (174,105,60). Sum of RGB (Red+Green+Blue) = 174+105+60=339 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.33% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 60 (23.83% from 255 or 17.70% from 339); Max value from RGB is 174 - color contains mainly: red. Hex color #AE693C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE693C is #5196C3. Grayscale: #787878. Windows color (decimal): -5347012 or 3959214. OLE color: 3959214.

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

Color convert

RGB17410560-
CMYK00.400.660.32
HSL23.68º48.72%45.88%-
HSV(B)23.68º65.52%68.24%-
XYZ23.3219.436.8-
YUV120.593.86166.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.33%
GREEN value IS 105 (41.41% from 255) = 30.97%
BLUE value IS 60 (23.83% from 255) = 17.70%
R=51.33%
G=30.97%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741056000.400.660.3223.6848.7245.88
HexAE693C028422018312e
Octal2561517405010240306156
Binary1010111011010011111000101000100001010000011000110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE693C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE693C; }

 p { color: rgb(174,105,60); }

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

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

 a { background-color: rgb(174,105,60); }

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

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

 span { border-color: rgb(174,105,60); }

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