#AE5E50

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

Shades of Crail #AE5E50

Tints of Crail #AE5E50

Color information

#AE5E50 (or 0xAE5E50) is unknown color: approx Crail. HEX triplet: AE, 5E and 50. RGB value is (174,94,80). Sum of RGB (Red+Green+Blue) = 174+94+80=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5E50 is #51A1AF. Grayscale: #747474. Windows color (decimal): -5349808 or 5267118. OLE color: 5267118.

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

Color convert

RGB1749480-
CMYK00.460.540.32
HSL8.94º37.01%49.8%-
HSV(B)8.94º54.02%68.24%-
XYZ22.9117.589.78-
YUV116.32107.5169.14-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50%
GREEN value IS 94 (37.11% from 255) = 27.01%
BLUE value IS 80 (31.64% from 255) = 22.99%
R=50%
G=27.01%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174948000.460.540.328.9437.0149.8
HexAE5E5002E362092532
Octal2561361200566640114562
Binary101011101011110101000001011101101101000001001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5E50; }

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

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

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

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

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

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

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

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