#AE5B41

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

Shades of Tuscany #AE5B41

Tints of Tuscany #AE5B41

Color information

#AE5B41 (or 0xAE5B41) is unknown color: approx Tuscany. HEX triplet: AE, 5B and 41. RGB value is (174,91,65). Sum of RGB (Red+Green+Blue) = 174+91+65=330 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.73% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5B41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5B41 is #51A4BE. Grayscale: #717171. Windows color (decimal): -5350591 or 4283310. OLE color: 4283310.

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

Color convert

RGB1749165-
CMYK00.480.630.32
HSL14.31º45.61%46.86%-
HSV(B)14.31º62.64%68.24%-
XYZ22.1516.867.09-
YUV112.85101171.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.73%
GREEN value IS 91 (35.94% from 255) = 27.58%
BLUE value IS 65 (25.78% from 255) = 19.70%
R=52.73%
G=27.58%
B=19.70%

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
Decimal174916500.480.630.3214.3145.6146.86
HexAE5B410303F20e2e2f
Octal2561331010607740165657
Binary101011101011011100000101100001111111000001110101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5B41; }

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

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

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

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

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

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

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

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