#AE5C50

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

Shades of Crail #AE5C50

Tints of Crail #AE5C50

Color information

#AE5C50 (or 0xAE5C50) is unknown color: approx Crail. HEX triplet: AE, 5C and 50. RGB value is (174,92,80). Sum of RGB (Red+Green+Blue) = 174+92+80=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5C50 is #51A3AF. Grayscale: #737373. Windows color (decimal): -5350320 or 5266606. OLE color: 5266606.

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

Color convert

RGB1749280-
CMYK00.470.540.32
HSL7.66º37.01%49.8%-
HSV(B)7.66º54.02%68.24%-
XYZ22.7317.239.72-
YUV115.15108.17169.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.29%
GREEN value IS 92 (36.33% from 255) = 26.59%
BLUE value IS 80 (31.64% from 255) = 23.12%
R=50.29%
G=26.59%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174928000.470.540.327.6637.0149.8
HexAE5C5002F362082532
Octal2561341200576640104562
Binary101011101011100101000001011111101101000001000100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5C50; }

 p { color: rgb(174,92,80); }

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

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

 a { background-color: rgb(174,92,80); }

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

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

 span { border-color: rgb(174,92,80); }

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