#AE5A41

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

Shades of Tuscany #AE5A41

Tints of Tuscany #AE5A41

Color information

#AE5A41 (or 0xAE5A41) is unknown color: approx Tuscany. HEX triplet: AE, 5A and 41. RGB value is (174,90,65). Sum of RGB (Red+Green+Blue) = 174+90+65=329 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.89% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 65 (25.78% from 255 or 19.76% from 329); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5A41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5A41 is #51A5BE. Grayscale: #707070. Windows color (decimal): -5350847 or 4283054. OLE color: 4283054.

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

Color convert

RGB1749065-
CMYK00.480.630.32
HSL13.76º45.61%46.86%-
HSV(B)13.76º62.64%68.24%-
XYZ22.0716.697.06-
YUV112.27101.33172.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.89%
GREEN value IS 90 (35.55% from 255) = 27.36%
BLUE value IS 65 (25.78% from 255) = 19.76%
R=52.89%
G=27.36%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174906500.480.630.3213.7645.6146.86
HexAE5A410303F20e2e2f
Octal2561321010607740165657
Binary101011101011010100000101100001111111000001110101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5A41; }

 p { color: rgb(174,90,65); }

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

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

 a { background-color: rgb(174,90,65); }

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

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

 span { border-color: rgb(174,90,65); }

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