#AE7575

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

Shades of Coral Tree #AE7575

Tints of Coral Tree #AE7575

Color information

#AE7575 (or 0xAE7575) is unknown color: approx Coral Tree. HEX triplet: AE, 75 and 75. RGB value is (174,117,117). Sum of RGB (Red+Green+Blue) = 174+117+117=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 117 (46.09% from 255 or 28.68% from 408); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7575 is #518A8A. Grayscale: #868686. Windows color (decimal): -5343883 or 7697838. OLE color: 7697838.

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

Color convert

RGB174117117-
CMYK00.330.330.32
HSL26.03%57.06%-
HSV(B)32.76%68.24%-
XYZ27.0323.0119.85-
YUV134.04118.38156.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.65%
GREEN value IS 117 (46.09% from 255) = 28.68%
BLUE value IS 117 (46.09% from 255) = 28.68%
R=42.65%
G=28.68%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411711700.330.330.32026.0357.06
HexAE7575021212001a39
Octal256165165041414003271
Binary10101110111010111101010100001100001100000011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7575; }

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

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

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

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

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

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

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

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