#AE6549

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

Shades of Tuscany #AE6549

Tints of Tuscany #AE6549

Color information

#AE6549 (or 0xAE6549) is unknown color: approx Tuscany. HEX triplet: AE, 65 and 49. RGB value is (174,101,73). Sum of RGB (Red+Green+Blue) = 174+101+73=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6549 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6549 is #519AB6. Grayscale: #777777. Windows color (decimal): -5348023 or 4810158. OLE color: 4810158.

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

Color convert

RGB17410173-
CMYK00.420.580.32
HSL16.63º40.89%48.43%-
HSV(B)16.63º58.05%68.24%-
XYZ23.3118.798.7-
YUV119.64101.68166.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50%
GREEN value IS 101 (39.84% from 255) = 29.02%
BLUE value IS 73 (28.91% from 255) = 20.98%
R=50%
G=29.02%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741017300.420.580.3216.6340.8948.43
HexAE654902A3A20112930
Octal2561451110527240215160
Binary1010111011001011001001010101011101010000010001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6549; }

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

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

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

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

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

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

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

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