#AE6460

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

Shades of Coral Tree #AE6460

Tints of Coral Tree #AE6460

Color information

#AE6460 (or 0xAE6460) is unknown color: approx Coral Tree. HEX triplet: AE, 64 and 60. RGB value is (174,100,96). Sum of RGB (Red+Green+Blue) = 174+100+96=370 (49% of max value = 765). Red value is 174 (68.36% from 255 or 47.03% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 96 (37.89% from 255 or 25.95% from 370); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6460 is #519B9F. Grayscale: #797979. Windows color (decimal): -5348256 or 6317230. OLE color: 6317230.

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

Color convert

RGB17410096-
CMYK00.430.450.32
HSL3.08º32.5%52.94%-
HSV(B)3.08º44.83%68.24%-
XYZ24.1218.9613.45-
YUV121.67113.52165.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.03%
GREEN value IS 100 (39.45% from 255) = 27.03%
BLUE value IS 96 (37.89% from 255) = 25.95%
R=47.03%
G=27.03%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741009600.430.450.323.0832.552.94
HexAE646002B2D2032035
Octal256144140053554034065
Binary1010111011001001100000010101110110110000011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6460; }

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

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

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

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

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

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

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

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