#AE663C

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

Shades of Bourbon #AE663C

Tints of Bourbon #AE663C

Color information

#AE663C (or 0xAE663C) is unknown color: approx Bourbon. HEX triplet: AE, 66 and 3C. RGB value is (174,102,60). Sum of RGB (Red+Green+Blue) = 174+102+60=336 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.79% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 60 (23.83% from 255 or 17.86% from 336); Max value from RGB is 174 - color contains mainly: red. Hex color #AE663C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE663C is #5199C3. Grayscale: #767676. Windows color (decimal): -5347780 or 3958446. OLE color: 3958446.

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

Color convert

RGB17410260-
CMYK00.410.660.32
HSL22.11º48.72%45.88%-
HSV(B)22.11º65.52%68.24%-
XYZ23.0218.836.7-
YUV118.7494.85167.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.79%
GREEN value IS 102 (40.23% from 255) = 30.36%
BLUE value IS 60 (23.83% from 255) = 17.86%
R=51.79%
G=30.36%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741026000.410.660.3222.1148.7245.88
HexAE663C029422016312e
Octal2561467405110240266156
Binary1010111011001101111000101001100001010000010110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE663C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE663C; }

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

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

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

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

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

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

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

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