#AE5D49

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

Shades of Crail #AE5D49

Tints of Crail #AE5D49

Color information

#AE5D49 (or 0xAE5D49) is unknown color: approx Crail. HEX triplet: AE, 5D and 49. RGB value is (174,93,73). Sum of RGB (Red+Green+Blue) = 174+93+73=340 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.18% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5D49 is #51A2B6. Grayscale: #737373. Windows color (decimal): -5350071 or 4808110. OLE color: 4808110.

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

Color convert

RGB1749373-
CMYK00.470.580.32
HSL11.88º40.89%48.43%-
HSV(B)11.88º58.05%68.24%-
XYZ22.5717.318.45-
YUV114.94104.34170.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.18%
GREEN value IS 93 (36.72% from 255) = 27.35%
BLUE value IS 73 (28.91% from 255) = 21.47%
R=51.18%
G=27.35%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174937300.470.580.3211.8840.8948.43
HexAE5D4902F3A20c2930
Octal2561351110577240145160
Binary101011101011101100100101011111110101000001100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5D49; }

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

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

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

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

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

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

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

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