#AE5B49

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

Shades of Crail #AE5B49

Tints of Crail #AE5B49

Color information

#AE5B49 (or 0xAE5B49) is unknown color: approx Crail. HEX triplet: AE, 5B and 49. RGB value is (174,91,73). Sum of RGB (Red+Green+Blue) = 174+91+73=338 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.48% from 338); Green value is 91 (35.94% from 255 or 26.92% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5B49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5B49 is #51A4B6. Grayscale: #717171. Windows color (decimal): -5350583 or 4807598. OLE color: 4807598.

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

Color convert

RGB1749173-
CMYK00.480.580.32
HSL10.69º40.89%48.43%-
HSV(B)10.69º58.05%68.24%-
XYZ22.416.968.4-
YUV113.76105170.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.48%
GREEN value IS 91 (35.94% from 255) = 26.92%
BLUE value IS 73 (28.91% from 255) = 21.60%
R=51.48%
G=26.92%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174917300.480.580.3210.6940.8948.43
HexAE5B490303A20b2930
Octal2561331110607240135160
Binary101011101011011100100101100001110101000001011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5B49; }

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

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

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

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

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

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

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

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