#AE5841

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

Shades of Crail #AE5841

Tints of Crail #AE5841

Color information

#AE5841 (or 0xAE5841) is unknown color: approx Crail. HEX triplet: AE, 58 and 41. RGB value is (174,88,65). Sum of RGB (Red+Green+Blue) = 174+88+65=327 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.21% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5841 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5841 is #51A7BE. Grayscale: #6F6F6F. Windows color (decimal): -5351359 or 4282542. OLE color: 4282542.

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

Color convert

RGB1748865-
CMYK00.490.630.32
HSL12.66º45.61%46.86%-
HSV(B)12.66º62.64%68.24%-
XYZ21.916.367-
YUV111.09101.99172.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.21%
GREEN value IS 88 (34.77% from 255) = 26.91%
BLUE value IS 65 (25.78% from 255) = 19.88%
R=53.21%
G=26.91%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174886500.490.630.3212.6645.6146.86
HexAE58410313F20d2e2f
Octal2561301010617740155657
Binary101011101011000100000101100011111111000001101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5841; }

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

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

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

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

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

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

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

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