#AE6565

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

Shades of Coral Tree #AE6565

Tints of Coral Tree #AE6565

Color information

#AE6565 (or 0xAE6565) is unknown color: approx Coral Tree. HEX triplet: AE, 65 and 65. RGB value is (174,101,101). Sum of RGB (Red+Green+Blue) = 174+101+101=376 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.28% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 101 (39.84% from 255 or 26.86% from 376); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6565 is #519A9A. Grayscale: #7A7A7A. Windows color (decimal): -5347995 or 6645166. OLE color: 6645166.

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

Color convert

RGB174101101-
CMYK00.420.420.32
HSL31.06%53.92%-
HSV(B)41.95%68.24%-
XYZ24.4619.2514.74-
YUV122.83115.68164.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.28%
GREEN value IS 101 (39.84% from 255) = 26.86%
BLUE value IS 101 (39.84% from 255) = 26.86%
R=46.28%
G=26.86%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410110100.420.420.32031.0653.92
HexAE656502A2A2001f36
Octal256145145052524003766
Binary10101110110010111001010101010101010100000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6565; }

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

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

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

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

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

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

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

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