#AE6644

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

Shades of Tuscany #AE6644

Tints of Tuscany #AE6644

Color information

#AE6644 (or 0xAE6644) is unknown color: approx Tuscany. HEX triplet: AE, 66 and 44. RGB value is (174,102,68). Sum of RGB (Red+Green+Blue) = 174+102+68=344 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.58% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 68 (26.95% from 255 or 19.77% from 344); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6644 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6644 is #5199BB. Grayscale: #777777. Windows color (decimal): -5347772 or 4482734. OLE color: 4482734.

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

Color convert

RGB17410268-
CMYK00.410.610.32
HSL19.25º43.8%47.45%-
HSV(B)19.25º60.92%68.24%-
XYZ23.2518.927.9-
YUV119.6598.85166.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.58%
GREEN value IS 102 (40.23% from 255) = 29.65%
BLUE value IS 68 (26.95% from 255) = 19.77%
R=50.58%
G=29.65%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741026800.410.610.3219.2543.847.45
HexAE66440293D20132c2f
Octal2561461040517540235457
Binary1010111011001101000100010100111110110000010011101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6644; }

 p { color: rgb(174,102,68); }

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

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

 a { background-color: rgb(174,102,68); }

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

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

 span { border-color: rgb(174,102,68); }

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