#AE6047

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

Shades of Tuscany #AE6047

Tints of Tuscany #AE6047

Color information

#AE6047 (or 0xAE6047) is unknown color: approx Tuscany. HEX triplet: AE, 60 and 47. RGB value is (174,96,71). Sum of RGB (Red+Green+Blue) = 174+96+71=341 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.03% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 71 (28.12% from 255 or 20.82% from 341); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6047 is #519FB8. Grayscale: #747474. Windows color (decimal): -5349305 or 4677806. OLE color: 4677806.

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

Color convert

RGB1749671-
CMYK00.450.590.32
HSL14.56º42.04%48.04%-
HSV(B)14.56º59.2%68.24%-
XYZ22.7817.828.2-
YUV116.47102.34169.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.03%
GREEN value IS 96 (37.89% from 255) = 28.15%
BLUE value IS 71 (28.12% from 255) = 20.82%
R=51.03%
G=28.15%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.59
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174967100.450.590.3214.5642.0448.04
HexAE604702D3B20f2a30
Octal2561401070557340175260
Binary101011101100000100011101011011110111000001111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6047; }

 p { color: rgb(174,96,71); }

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

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

 a { background-color: rgb(174,96,71); }

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

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

 span { border-color: rgb(174,96,71); }

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