#AE6464

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

Shades of Coral Tree #AE6464

Tints of Coral Tree #AE6464

Color information

#AE6464 (or 0xAE6464) is unknown color: approx Coral Tree. HEX triplet: AE, 64 and 64. RGB value is (174,100,100). Sum of RGB (Red+Green+Blue) = 174+100+100=374 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.52% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 100 (39.45% from 255 or 26.74% from 374); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6464 is #519B9B. Grayscale: #7A7A7A. Windows color (decimal): -5348252 or 6579374. OLE color: 6579374.

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

Color convert

RGB174100100-
CMYK00.430.430.32
HSL31.36%53.73%-
HSV(B)42.53%68.24%-
XYZ24.3119.0314.45-
YUV122.13115.52165-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.52%
GREEN value IS 100 (39.45% from 255) = 26.74%
BLUE value IS 100 (39.45% from 255) = 26.74%
R=46.52%
G=26.74%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410010000.430.430.32031.3653.73
HexAE646402B2B2001f36
Octal256144144053534003766
Binary10101110110010011001000101011101011100000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6464; }

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

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

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

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

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

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

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

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