#AE6147

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

Shades of Tuscany #AE6147

Tints of Tuscany #AE6147

Color information

#AE6147 (or 0xAE6147) is unknown color: approx Tuscany. HEX triplet: AE, 61 and 47. RGB value is (174,97,71). Sum of RGB (Red+Green+Blue) = 174+97+71=342 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.88% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 71 (28.12% from 255 or 20.76% from 342); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6147 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6147 is #519EB8. Grayscale: #757575. Windows color (decimal): -5349049 or 4678062. OLE color: 4678062.

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

Color convert

RGB1749771-
CMYK00.440.590.32
HSL15.15º42.04%48.04%-
HSV(B)15.15º59.2%68.24%-
XYZ22.87188.23-
YUV117.06102.01168.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.88%
GREEN value IS 97 (38.28% from 255) = 28.36%
BLUE value IS 71 (28.12% from 255) = 20.76%
R=50.88%
G=28.36%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.59
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174977100.440.590.3215.1542.0448.04
HexAE614702C3B20f2a30
Octal2561411070547340175260
Binary101011101100001100011101011001110111000001111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6147; }

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

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

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

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

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

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

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

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