#AE6648

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

Shades of Tuscany #AE6648

Tints of Tuscany #AE6648

Color information

#AE6648 (or 0xAE6648) is unknown color: approx Tuscany. HEX triplet: AE, 66 and 48. RGB value is (174,102,72). Sum of RGB (Red+Green+Blue) = 174+102+72=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 72 (28.52% from 255 or 20.69% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6648 is #5199B7. Grayscale: #787878. Windows color (decimal): -5347768 or 4744878. OLE color: 4744878.

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

Color convert

RGB17410272-
CMYK00.410.590.32
HSL17.65º41.46%48.24%-
HSV(B)17.65º58.62%68.24%-
XYZ23.3818.978.56-
YUV120.11100.85166.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50%
GREEN value IS 102 (40.23% from 255) = 29.31%
BLUE value IS 72 (28.52% from 255) = 20.69%
R=50%
G=29.31%
B=20.69%

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
Decimal1741027200.410.590.3217.6541.4648.24
HexAE66480293B20122930
Octal2561461100517340225160
Binary1010111011001101001000010100111101110000010010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6648; }

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

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

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

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

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

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

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

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