#AE6742

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

Shades of Tuscany #AE6742

Tints of Tuscany #AE6742

Color information

#AE6742 (or 0xAE6742) is unknown color: approx Tuscany. HEX triplet: AE, 67 and 42. RGB value is (174,103,66). Sum of RGB (Red+Green+Blue) = 174+103+66=343 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.73% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 66 (26.17% from 255 or 19.24% from 343); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6742 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6742 is #5198BD. Grayscale: #787878. Windows color (decimal): -5347518 or 4351918. OLE color: 4351918.

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

Color convert

RGB17410366-
CMYK00.410.620.32
HSL20.56º45%47.06%-
HSV(B)20.56º62.07%68.24%-
XYZ23.2919.097.61-
YUV120.0197.52166.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.73%
GREEN value IS 103 (40.62% from 255) = 30.03%
BLUE value IS 66 (26.17% from 255) = 19.24%
R=50.73%
G=30.03%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741036600.410.620.3220.564547.06
HexAE67420293E20152d2f
Octal2561471020517640255557
Binary1010111011001111000010010100111111010000010101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6742; }

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

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

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

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

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

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

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

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