#AE6039

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

Shades of Tuscany #AE6039

Tints of Tuscany #AE6039

Color information

#AE6039 (or 0xAE6039) is unknown color: approx Tuscany. HEX triplet: AE, 60 and 39. RGB value is (174,96,57). Sum of RGB (Red+Green+Blue) = 174+96+57=327 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.21% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 57 (22.66% from 255 or 17.43% from 327); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6039 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6039 is #519FC6. Grayscale: #737373. Windows color (decimal): -5349319 or 3760302. OLE color: 3760302.

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

Color convert

RGB1749657-
CMYK00.450.670.32
HSL20º50.65%45.29%-
HSV(B)20º67.24%68.24%-
XYZ22.3817.666.1-
YUV114.8895.34170.17-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.21%
GREEN value IS 96 (37.89% from 255) = 29.36%
BLUE value IS 57 (22.66% from 255) = 17.43%
R=53.21%
G=29.36%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174965700.450.670.322050.6545.29
HexAE603902D432014332d
Octal2561407105510340246355
Binary1010111011000001110010101101100001110000010100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6039; }

 p { color: rgb(174,96,57); }

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

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

 a { background-color: rgb(174,96,57); }

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

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

 span { border-color: rgb(174,96,57); }

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