#ae5f42

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

Shades of Tuscany #AE5F42

Tints of Tuscany #AE5F42

Color information

#AE5F42 (or 0xAE5F42) is unknown color: approx Tuscany. HEX triplet: AE, 5F and 42. RGB value is (174,95,66). Sum of RGB (Red+Green+Blue) = 174+95+66=335 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.94% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 66 (26.17% from 255 or 19.70% from 335); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5F42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5F42 is #51A0BD. Grayscale: #737373. Windows color (decimal): -5349566 or 4349870. OLE color: 4349870.

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

Color convert

RGB1749566-
CMYK00.450.620.32
HSL16.11º45%47.06%-
HSV(B)16.11º62.07%68.24%-
XYZ22.5317.587.36-
YUV115.32100.17169.86-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.94%
GREEN value IS 95 (37.5% from 255) = 28.36%
BLUE value IS 66 (26.17% from 255) = 19.70%
R=51.94%
G=28.36%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174956600.450.620.3216.114547.06
HexAE5F4202D3E20102d2f
Octal2561371020557640205557
Binary1010111010111111000010010110111111010000010000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae5f42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae5f42; }

 p { color: rgb(174,95,66); }

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

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

 a { background-color: rgb(174,95,66); }

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

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

 span { border-color: rgb(174,95,66); }

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