#AE5341

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

Shades of Crail #AE5341

Tints of Crail #AE5341

Color information

#AE5341 (or 0xAE5341) is unknown color: approx Crail. HEX triplet: AE, 53 and 41. RGB value is (174,83,65). Sum of RGB (Red+Green+Blue) = 174+83+65=322 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.04% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5341 is #51ACBE. Grayscale: #6C6C6C. Windows color (decimal): -5352639 or 4281262. OLE color: 4281262.

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

Color convert

RGB1748365-
CMYK00.520.630.32
HSL9.91º45.61%46.86%-
HSV(B)9.91º62.64%68.24%-
XYZ21.515.576.87-
YUV108.16103.65174.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.04%
GREEN value IS 83 (32.81% from 255) = 25.78%
BLUE value IS 65 (25.78% from 255) = 20.19%
R=54.04%
G=25.78%
B=20.19%

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
Decimal174836500.520.630.329.9145.6146.86
HexAE53410343F20a2e2f
Octal2561231010647740125657
Binary101011101010011100000101101001111111000001010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5341; }

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

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

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

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

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

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

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

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