#AE6341

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

Shades of Tuscany #AE6341

Tints of Tuscany #AE6341

Color information

#AE6341 (or 0xAE6341) is unknown color: approx Tuscany. HEX triplet: AE, 63 and 41. RGB value is (174,99,65). Sum of RGB (Red+Green+Blue) = 174+99+65=338 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.48% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6341 is #519CBE. Grayscale: #757575. Windows color (decimal): -5348543 or 4285358. OLE color: 4285358.

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

Color convert

RGB1749965-
CMYK00.430.630.32
HSL18.72º45.61%46.86%-
HSV(B)18.72º62.64%68.24%-
XYZ22.8718.37.33-
YUV117.5598.35168.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.48%
GREEN value IS 99 (39.06% from 255) = 29.29%
BLUE value IS 65 (25.78% from 255) = 19.23%
R=51.48%
G=29.29%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174996500.430.630.3218.7245.6146.86
HexAE634102B3F20132e2f
Octal2561431010537740235657
Binary1010111011000111000001010101111111110000010011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6341; }

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

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

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

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

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

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

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

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