#AE5A4D

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

Shades of Crail #AE5A4D

Tints of Crail #AE5A4D

Color information

#AE5A4D (or 0xAE5A4D) is unknown color: approx Crail. HEX triplet: AE, 5A and 4D. RGB value is (174,90,77). Sum of RGB (Red+Green+Blue) = 174+90+77=341 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.03% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5A4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5A4D is #51A5B2. Grayscale: #717171. Windows color (decimal): -5350835 or 5069486. OLE color: 5069486.

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

Color convert

RGB1749077-
CMYK00.480.560.32
HSL8.04º38.65%49.22%-
HSV(B)8.04º55.75%68.24%-
XYZ22.4516.859.09-
YUV113.63107.33171.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.03%
GREEN value IS 90 (35.55% from 255) = 26.39%
BLUE value IS 77 (30.47% from 255) = 22.58%
R=51.03%
G=26.39%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174907700.480.560.328.0438.6549.22
HexAE5A4D030382082731
Octal2561321150607040104761
Binary101011101011010100110101100001110001000001000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5A4D; }

 p { color: rgb(174,90,77); }

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

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

 a { background-color: rgb(174,90,77); }

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

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

 span { border-color: rgb(174,90,77); }

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