#AE6059

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

Shades of Coral Tree #AE6059

Tints of Coral Tree #AE6059

Color information

#AE6059 (or 0xAE6059) is unknown color: approx Coral Tree. HEX triplet: AE, 60 and 59. RGB value is (174,96,89). Sum of RGB (Red+Green+Blue) = 174+96+89=359 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.47% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 89 (35.16% from 255 or 24.79% from 359); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6059 is #519FA6. Grayscale: #767676. Windows color (decimal): -5349287 or 5857454. OLE color: 5857454.

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

Color convert

RGB1749689-
CMYK00.450.490.32
HSL4.94º34.41%51.57%-
HSV(B)4.94º48.85%68.24%-
XYZ23.4418.0911.71-
YUV118.52111.34167.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.47%
GREEN value IS 96 (37.89% from 255) = 26.74%
BLUE value IS 89 (35.16% from 255) = 24.79%
R=48.47%
G=26.74%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174968900.450.490.324.9434.4151.57
HexAE605902D312052234
Octal256140131055614054264
Binary10101110110000010110010101101110001100000101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6059; }

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

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

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

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

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

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

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

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