#AE6442

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

Shades of Tuscany #AE6442

Tints of Tuscany #AE6442

Color information

#AE6442 (or 0xAE6442) is unknown color: approx Tuscany. HEX triplet: AE, 64 and 42. RGB value is (174,100,66). Sum of RGB (Red+Green+Blue) = 174+100+66=340 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.18% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 66 (26.17% from 255 or 19.41% from 340); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6442 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6442 is #519BBD. Grayscale: #767676. Windows color (decimal): -5348286 or 4351150. OLE color: 4351150.

HSL color Cylindrical-coordinate representation of color #AE6442: hue angle of 18.89º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AE6442 is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB17410066-
CMYK00.430.620.32
HSL18.89º45%47.06%-
HSV(B)18.89º62.07%68.24%-
XYZ2318.517.51-
YUV118.2598.52167.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.18%
GREEN value IS 100 (39.45% from 255) = 29.41%
BLUE value IS 66 (26.17% from 255) = 19.41%
R=51.18%
G=29.41%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741006600.430.620.3218.894547.06
HexAE644202B3E20132d2f
Octal2561441020537640235557
Binary1010111011001001000010010101111111010000010011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6442; }

 p { color: rgb(174,100,66); }

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

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

 a { background-color: rgb(174,100,66); }

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

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

 span { border-color: rgb(174,100,66); }

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