#AE5E5B

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

Shades of Coral Tree #AE5E5B

Tints of Coral Tree #AE5E5B

Color information

#AE5E5B (or 0xAE5E5B) is unknown color: approx Coral Tree. HEX triplet: AE, 5E and 5B. RGB value is (174,94,91). Sum of RGB (Red+Green+Blue) = 174+94+91=359 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.47% from 359); Green value is 94 (37.11% from 255 or 26.18% from 359); Blue value is 91 (35.94% from 255 or 25.35% from 359); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5E5B is #51A1A4. Grayscale: #757575. Windows color (decimal): -5349797 or 5988014. OLE color: 5988014.

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

Color convert

RGB1749491-
CMYK00.460.480.32
HSL2.17º33.88%51.96%-
HSV(B)2.17º47.7%68.24%-
XYZ23.3517.7612.09-
YUV117.58113168.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.47%
GREEN value IS 94 (37.11% from 255) = 26.18%
BLUE value IS 91 (35.94% from 255) = 25.35%
R=48.47%
G=26.18%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174949100.460.480.322.1733.8851.96
HexAE5E5B02E302022234
Octal256136133056604024264
Binary1010111010111101011011010111011000010000010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5E5B; }

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

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

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

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

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

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

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

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