#AE5D50

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

Shades of Crail #AE5D50

Tints of Crail #AE5D50

Color information

#AE5D50 (or 0xAE5D50) is unknown color: approx Crail. HEX triplet: AE, 5D and 50. RGB value is (174,93,80). Sum of RGB (Red+Green+Blue) = 174+93+80=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5D50 is #51A2AF. Grayscale: #737373. Windows color (decimal): -5350064 or 5266862. OLE color: 5266862.

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

Color convert

RGB1749380-
CMYK00.470.540.32
HSL8.3º37.01%49.8%-
HSV(B)8.3º54.02%68.24%-
XYZ22.8217.419.75-
YUV115.74107.84169.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.14%
GREEN value IS 93 (36.72% from 255) = 26.80%
BLUE value IS 80 (31.64% from 255) = 23.05%
R=50.14%
G=26.80%
B=23.05%

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
Decimal174938000.470.540.328.337.0149.8
HexAE5D5002F362082532
Octal2561351200576640104562
Binary101011101011101101000001011111101101000001000100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5D50; }

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

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

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

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

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

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

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

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