#AE6246

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

Shades of Tuscany #AE6246

Tints of Tuscany #AE6246

Color information

#AE6246 (or 0xAE6246) is unknown color: approx Tuscany. HEX triplet: AE, 62 and 46. RGB value is (174,98,70). Sum of RGB (Red+Green+Blue) = 174+98+70=342 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.88% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 70 (27.73% from 255 or 20.47% from 342); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6246 is #519DB9. Grayscale: #757575. Windows color (decimal): -5348794 or 4612782. OLE color: 4612782.

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

Color convert

RGB1749870-
CMYK00.440.600.32
HSL16.15º42.62%47.84%-
HSV(B)16.15º59.77%68.24%-
XYZ22.9318.188.09-
YUV117.53101.18168.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.88%
GREEN value IS 98 (38.67% from 255) = 28.65%
BLUE value IS 70 (27.73% from 255) = 20.47%
R=50.88%
G=28.65%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174987000.440.600.3216.1542.6247.84
HexAE624602C3C20102b30
Octal2561421060547440205360
Binary1010111011000101000110010110011110010000010000101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6246; }

 p { color: rgb(174,98,70); }

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

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

 a { background-color: rgb(174,98,70); }

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

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

 span { border-color: rgb(174,98,70); }

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