#AE5742

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

Shades of Crail #AE5742

Tints of Crail #AE5742

Color information

#AE5742 (or 0xAE5742) is unknown color: approx Crail. HEX triplet: AE, 57 and 42. RGB value is (174,87,66). Sum of RGB (Red+Green+Blue) = 174+87+66=327 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.21% from 327); Green value is 87 (34.38% from 255 or 26.61% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5742 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5742 is #51A8BD. Grayscale: #6E6E6E. Windows color (decimal): -5351614 or 4347822. OLE color: 4347822.

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

Color convert

RGB1748766-
CMYK00.50.620.32
HSL11.67º45%47.06%-
HSV(B)11.67º62.07%68.24%-
XYZ21.8516.217.13-
YUV110.62102.82173.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.21%
GREEN value IS 87 (34.38% from 255) = 26.61%
BLUE value IS 66 (26.17% from 255) = 20.18%
R=53.21%
G=26.61%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174876600.50.620.3211.674547.06
HexAE57420323E20c2d2f
Octal2561271020627640145557
Binary101011101010111100001001100101111101000001100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5742; }

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

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

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

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

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

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

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

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