#AE6347

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

Shades of Tuscany #AE6347

Tints of Tuscany #AE6347

Color information

#AE6347 (or 0xAE6347) is unknown color: approx Tuscany. HEX triplet: AE, 63 and 47. RGB value is (174,99,71). Sum of RGB (Red+Green+Blue) = 174+99+71=344 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.58% from 344); Green value is 99 (39.06% from 255 or 28.78% from 344); Blue value is 71 (28.12% from 255 or 20.64% from 344); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6347 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6347 is #519CB8. Grayscale: #767676. Windows color (decimal): -5348537 or 4678574. OLE color: 4678574.

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

Color convert

RGB1749971-
CMYK00.430.590.32
HSL16.31º42.04%48.04%-
HSV(B)16.31º59.2%68.24%-
XYZ23.0518.388.29-
YUV118.23101.35167.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.58%
GREEN value IS 99 (39.06% from 255) = 28.78%
BLUE value IS 71 (28.12% from 255) = 20.64%
R=50.58%
G=28.78%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.59
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174997100.430.590.3216.3142.0448.04
HexAE634702B3B20102a30
Octal2561431070537340205260
Binary1010111011000111000111010101111101110000010000101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6347; }

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

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

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

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

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

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

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

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