#AE7564

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

Shades of Coral Tree #AE7564

Tints of Coral Tree #AE7564

Color information

#AE7564 (or 0xAE7564) is unknown color: approx Coral Tree. HEX triplet: AE, 75 and 64. RGB value is (174,117,100). Sum of RGB (Red+Green+Blue) = 174+117+100=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 100 (39.45% from 255 or 25.58% from 391); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7564 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7564 is #518A9B. Grayscale: #848484. Windows color (decimal): -5343900 or 6583726. OLE color: 6583726.

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

Color convert

RGB174117100-
CMYK00.330.430.32
HSL13.78º31.36%53.73%-
HSV(B)13.78º42.53%68.24%-
XYZ26.1222.6415.05-
YUV132.1109.88157.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.50%
GREEN value IS 117 (46.09% from 255) = 29.92%
BLUE value IS 100 (39.45% from 255) = 25.58%
R=44.50%
G=29.92%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411710000.330.430.3213.7831.3653.73
HexAE75640212B20e1f36
Octal2561651440415340163766
Binary10101110111010111001000100001101011100000111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7564; }

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

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

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

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

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

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

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

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