#AE6060

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

Shades of Coral Tree #AE6060

Tints of Coral Tree #AE6060

Color information

#AE6060 (or 0xAE6060) is unknown color: approx Coral Tree. HEX triplet: AE, 60 and 60. RGB value is (174,96,96). Sum of RGB (Red+Green+Blue) = 174+96+96=366 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.54% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 96 (37.89% from 255 or 26.23% from 366); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6060 is #519F9F. Grayscale: #777777. Windows color (decimal): -5349280 or 6316206. OLE color: 6316206.

HSL color Cylindrical-coordinate representation of color #AE6060: 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.45%. Process color model (Four color, CMYK) of #AE6060 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB1749696-
CMYK00.450.450.32
HSL32.5%52.94%-
HSV(B)44.83%68.24%-
XYZ23.7518.2113.33-
YUV119.32114.84167-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.54%
GREEN value IS 96 (37.89% from 255) = 26.23%
BLUE value IS 96 (37.89% from 255) = 26.23%
R=47.54%
G=26.23%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174969600.450.450.32032.552.94
HexAE606002D2D2002035
Octal256140140055554004065
Binary101011101100000110000001011011011011000000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6060; }

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

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

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

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

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

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

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

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