#AE5E4E

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

Shades of Crail #AE5E4E

Tints of Crail #AE5E4E

Color information

#AE5E4E (or 0xAE5E4E) is unknown color: approx Crail. HEX triplet: AE, 5E and 4E. RGB value is (174,94,78). Sum of RGB (Red+Green+Blue) = 174+94+78=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 94 (37.11% from 255 or 27.17% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5E4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5E4E is #51A1B1. Grayscale: #747474. Windows color (decimal): -5349810 or 5136046. OLE color: 5136046.

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

Color convert

RGB1749478-
CMYK00.460.550.32
HSL10º38.1%49.41%-
HSV(B)10º55.17%68.24%-
XYZ22.8317.559.39-
YUV116.1106.5169.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.29%
GREEN value IS 94 (37.11% from 255) = 27.17%
BLUE value IS 78 (30.86% from 255) = 22.54%
R=50.29%
G=27.17%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174947800.460.550.321038.149.41
HexAE5E4E02E3720a2631
Octal2561361160566740124661
Binary101011101011110100111001011101101111000001010100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5E4E; }

 p { color: rgb(174,94,78); }

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

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

 a { background-color: rgb(174,94,78); }

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

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

 span { border-color: rgb(174,94,78); }

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