#AE5949

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

Shades of Crail #AE5949

Tints of Crail #AE5949

Color information

#AE5949 (or 0xAE5949) is unknown color: approx Crail. HEX triplet: AE, 59 and 49. RGB value is (174,89,73). Sum of RGB (Red+Green+Blue) = 174+89+73=336 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.79% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 73 (28.91% from 255 or 21.73% from 336); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5949 is #51A6B6. Grayscale: #707070. Windows color (decimal): -5351095 or 4807086. OLE color: 4807086.

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

Color convert

RGB1748973-
CMYK00.490.580.32
HSL9.5º40.89%48.43%-
HSV(B)9.5º58.05%68.24%-
XYZ22.2316.628.34-
YUV112.59105.66171.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.79%
GREEN value IS 89 (35.16% from 255) = 26.49%
BLUE value IS 73 (28.91% from 255) = 21.73%
R=51.79%
G=26.49%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174897300.490.580.329.540.8948.43
HexAE59490313A20a2930
Octal2561311110617240125160
Binary101011101011001100100101100011110101000001010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5949; }

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

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

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

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

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

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

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

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