#AE5A3D

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

Shades of Tuscany #AE5A3D

Tints of Tuscany #AE5A3D

Color information

#AE5A3D (or 0xAE5A3D) is unknown color: approx Tuscany. HEX triplet: AE, 5A and 3D. RGB value is (174,90,61). Sum of RGB (Red+Green+Blue) = 174+90+61=325 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.54% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5A3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5A3D is #51A5C2. Grayscale: #707070. Windows color (decimal): -5350851 or 4020910. OLE color: 4020910.

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

Color convert

RGB1749061-
CMYK00.480.650.32
HSL15.4º48.09%46.08%-
HSV(B)15.4º64.94%68.24%-
XYZ21.9516.656.47-
YUV111.8199.33172.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.54%
GREEN value IS 90 (35.55% from 255) = 27.69%
BLUE value IS 61 (24.22% from 255) = 18.77%
R=53.54%
G=27.69%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174906100.480.650.3215.448.0946.08
HexAE5A3D0304120f302e
Octal2561327506010140176056
Binary101011101011010111101011000010000011000001111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5A3D; }

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

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

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

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

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

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

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

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