#AE6360

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

Shades of Coral Tree #AE6360

Tints of Coral Tree #AE6360

Color information

#AE6360 (or 0xAE6360) is unknown color: approx Coral Tree. HEX triplet: AE, 63 and 60. RGB value is (174,99,96). Sum of RGB (Red+Green+Blue) = 174+99+96=369 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.15% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6360 is #519C9F. Grayscale: #797979. Windows color (decimal): -5348512 or 6316974. OLE color: 6316974.

HSL color Cylindrical-coordinate representation of color #AE6360: hue angle of 2.31º 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 #AE6360 is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB1749996-
CMYK00.430.450.32
HSL2.31º32.5%52.94%-
HSV(B)2.31º44.83%68.24%-
XYZ24.0318.7713.42-
YUV121.08113.85165.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.15%
GREEN value IS 99 (39.06% from 255) = 26.83%
BLUE value IS 96 (37.89% from 255) = 26.02%
R=47.15%
G=26.83%
B=26.02%

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
Decimal174999600.430.450.322.3132.552.94
HexAE636002B2D2022035
Octal256143140053554024065
Binary1010111011000111100000010101110110110000010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6360; }

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

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

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

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

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

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

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

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