#AE6645

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

Shades of Tuscany #AE6645

Tints of Tuscany #AE6645

Color information

#AE6645 (or 0xAE6645) is unknown color: approx Tuscany. HEX triplet: AE, 66 and 45. RGB value is (174,102,69). Sum of RGB (Red+Green+Blue) = 174+102+69=345 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.43% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 69 (27.34% from 255 or 20% from 345); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6645 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6645 is #5199BA. Grayscale: #777777. Windows color (decimal): -5347771 or 4548270. OLE color: 4548270.

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

Color convert

RGB17410269-
CMYK00.410.600.32
HSL18.86º43.21%47.65%-
HSV(B)18.86º60.34%68.24%-
XYZ23.2818.938.06-
YUV119.7799.35166.68-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.43%
GREEN value IS 102 (40.23% from 255) = 29.57%
BLUE value IS 69 (27.34% from 255) = 20%
R=50.43%
G=29.57%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741026900.410.600.3218.8643.2147.65
HexAE66450293C20132b30
Octal2561461050517440235360
Binary1010111011001101000101010100111110010000010011101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6645; }

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

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

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

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

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

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

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

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