#AE663A

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

Shades of Bourbon #AE663A

Tints of Bourbon #AE663A

Color information

#AE663A (or 0xAE663A) is unknown color: approx Bourbon. HEX triplet: AE, 66 and 3A. RGB value is (174,102,58). Sum of RGB (Red+Green+Blue) = 174+102+58=334 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.10% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 58 (23.05% from 255 or 17.37% from 334); Max value from RGB is 174 - color contains mainly: red. Hex color #AE663A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE663A is #5199C5. Grayscale: #767676. Windows color (decimal): -5347782 or 3827374. OLE color: 3827374.

HSL color Cylindrical-coordinate representation of color #AE663A: hue angle of 22.76º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AE663A is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.32.

Color convert

RGB17410258-
CMYK00.410.670.32
HSL22.76º50%45.49%-
HSV(B)22.76º66.67%68.24%-
XYZ22.9718.816.42-
YUV118.5193.85167.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.10%
GREEN value IS 102 (40.23% from 255) = 30.54%
BLUE value IS 58 (23.05% from 255) = 17.37%
R=52.10%
G=30.54%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741025800.410.670.3222.765045.49
HexAE663A029432017322d
Octal2561467205110340276255
Binary1010111011001101110100101001100001110000010111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE663A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE663A; }

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

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

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

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

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

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

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

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