#AE5C4E

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

Shades of Crail #AE5C4E

Tints of Crail #AE5C4E

Color information

#AE5C4E (or 0xAE5C4E) is unknown color: approx Crail. HEX triplet: AE, 5C and 4E. RGB value is (174,92,78). Sum of RGB (Red+Green+Blue) = 174+92+78=344 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.58% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 78 (30.86% from 255 or 22.67% from 344); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5C4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5C4E is #51A3B1. Grayscale: #737373. Windows color (decimal): -5350322 or 5135534. OLE color: 5135534.

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

Color convert

RGB1749278-
CMYK00.470.550.32
HSL8.75º38.1%49.41%-
HSV(B)8.75º55.17%68.24%-
XYZ22.6617.29.33-
YUV114.92107.17170.14-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.58%
GREEN value IS 92 (36.33% from 255) = 26.74%
BLUE value IS 78 (30.86% from 255) = 22.67%
R=50.58%
G=26.74%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174927800.470.550.328.7538.149.41
HexAE5C4E02F372092631
Octal2561341160576740114661
Binary101011101011100100111001011111101111000001001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5C4E; }

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

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

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

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

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

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

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

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