#AE6748

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

Shades of Tuscany #AE6748

Tints of Tuscany #AE6748

Color information

#AE6748 (or 0xAE6748) is unknown color: approx Tuscany. HEX triplet: AE, 67 and 48. RGB value is (174,103,72). Sum of RGB (Red+Green+Blue) = 174+103+72=349 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.86% from 349); Green value is 103 (40.62% from 255 or 29.51% from 349); Blue value is 72 (28.52% from 255 or 20.63% from 349); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6748 is #5198B7. Grayscale: #787878. Windows color (decimal): -5347512 or 4745134. OLE color: 4745134.

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

Color convert

RGB17410372-
CMYK00.410.590.32
HSL18.24º41.46%48.24%-
HSV(B)18.24º58.62%68.24%-
XYZ23.4819.178.59-
YUV120.7100.52166.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.86%
GREEN value IS 103 (40.62% from 255) = 29.51%
BLUE value IS 72 (28.52% from 255) = 20.63%
R=49.86%
G=29.51%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.59
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741037200.410.590.3218.2441.4648.24
HexAE67480293B20122930
Octal2561471100517340225160
Binary1010111011001111001000010100111101110000010010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6748; }

 p { color: rgb(174,103,72); }

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

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

 a { background-color: rgb(174,103,72); }

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

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

 span { border-color: rgb(174,103,72); }

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