#AE5E54

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

Shades of Crail #AE5E54

Tints of Crail #AE5E54

Color information

#AE5E54 (or 0xAE5E54) is unknown color: approx Crail. HEX triplet: AE, 5E and 54. RGB value is (174,94,84). Sum of RGB (Red+Green+Blue) = 174+94+84=352 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.43% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 84 (33.20% from 255 or 23.86% from 352); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5E54 is #51A1AB. Grayscale: #747474. Windows color (decimal): -5349804 or 5529262. OLE color: 5529262.

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

Color convert

RGB1749484-
CMYK00.460.520.32
HSL6.67º35.71%50.59%-
HSV(B)6.67º51.72%68.24%-
XYZ23.0617.6410.58-
YUV116.78109.5168.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.43%
GREEN value IS 94 (37.11% from 255) = 26.70%
BLUE value IS 84 (33.20% from 255) = 23.86%
R=49.43%
G=26.70%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174948400.460.520.326.6735.7150.59
HexAE5E5402E342072433
Octal256136124056644074463
Binary10101110101111010101000101110110100100000111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5E54; }

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

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

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

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

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

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

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

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