#ae5441

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

Shades of Crail #AE5441

Tints of Crail #AE5441

Color information

#AE5441 (or 0xAE5441) is unknown color: approx Crail. HEX triplet: AE, 54 and 41. RGB value is (174,84,65). Sum of RGB (Red+Green+Blue) = 174+84+65=323 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.87% from 323); Green value is 84 (33.20% from 255 or 26.01% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5441 is #51ABBE. Grayscale: #6C6C6C. Windows color (decimal): -5352383 or 4281518. OLE color: 4281518.

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

Color convert

RGB1748465-
CMYK00.520.630.32
HSL10.46º45.61%46.86%-
HSV(B)10.46º62.64%68.24%-
XYZ21.5815.726.9-
YUV108.74103.32174.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.87%
GREEN value IS 84 (33.20% from 255) = 26.01%
BLUE value IS 65 (25.78% from 255) = 20.12%
R=53.87%
G=26.01%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174846500.520.630.3210.4645.6146.86
HexAE54410343F20a2e2f
Octal2561241010647740125657
Binary101011101010100100000101101001111111000001010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae5441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae5441; }

 p { color: rgb(174,84,65); }

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

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

 a { background-color: rgb(174,84,65); }

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

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

 span { border-color: rgb(174,84,65); }

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