#AE6346

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

Shades of Tuscany #AE6346

Tints of Tuscany #AE6346

Color information

#AE6346 (or 0xAE6346) is unknown color: approx Tuscany. HEX triplet: AE, 63 and 46. RGB value is (174,99,70). Sum of RGB (Red+Green+Blue) = 174+99+70=343 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.73% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 70 (27.73% from 255 or 20.41% from 343); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6346 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6346 is #519CB9. Grayscale: #767676. Windows color (decimal): -5348538 or 4613038. OLE color: 4613038.

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

Color convert

RGB1749970-
CMYK00.430.600.32
HSL16.73º42.62%47.84%-
HSV(B)16.73º59.77%68.24%-
XYZ23.0218.368.13-
YUV118.12100.85167.86-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.73%
GREEN value IS 99 (39.06% from 255) = 28.86%
BLUE value IS 70 (27.73% from 255) = 20.41%
R=50.73%
G=28.86%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174997000.430.600.3216.7342.6247.84
HexAE634602B3C20112b30
Octal2561431060537440215360
Binary1010111011000111000110010101111110010000010001101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6346; }

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

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

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

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

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

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

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

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