#ae5e5e

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

Shades of Coral Tree #AE5E5E

Tints of Coral Tree #AE5E5E

Color information

#AE5E5E (or 0xAE5E5E) is unknown color: approx Coral Tree. HEX triplet: AE, 5E and 5E. RGB value is (174,94,94). Sum of RGB (Red+Green+Blue) = 174+94+94=362 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.07% from 362); Green value is 94 (37.11% from 255 or 25.97% from 362); Blue value is 94 (37.11% from 255 or 25.97% from 362); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5E5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5E5E is #51A1A1. Grayscale: #767676. Windows color (decimal): -5349794 or 6184622. OLE color: 6184622.

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

Color convert

RGB1749494-
CMYK00.460.460.32
HSL33.06%52.55%-
HSV(B)45.98%68.24%-
XYZ23.4817.8112.79-
YUV117.92114.5168-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.07%
GREEN value IS 94 (37.11% from 255) = 25.97%
BLUE value IS 94 (37.11% from 255) = 25.97%
R=48.07%
G=25.97%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174949400.460.460.32033.0652.55
HexAE5E5E02E2E2002135
Octal256136136056564004165
Binary101011101011110101111001011101011101000000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae5e5e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae5e5e; }

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

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

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

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

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

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

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

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