#AE6562

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

Shades of Coral Tree #AE6562

Tints of Coral Tree #AE6562

Color information

#AE6562 (or 0xAE6562) is unknown color: approx Coral Tree. HEX triplet: AE, 65 and 62. RGB value is (174,101,98). Sum of RGB (Red+Green+Blue) = 174+101+98=373 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.65% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 98 (38.67% from 255 or 26.27% from 373); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6562 is #519A9D. Grayscale: #7A7A7A. Windows color (decimal): -5347998 or 6448558. OLE color: 6448558.

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

Color convert

RGB17410198-
CMYK00.420.440.32
HSL2.37º31.93%53.33%-
HSV(B)2.37º43.68%68.24%-
XYZ24.3119.1913.98-
YUV122.48114.18164.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.65%
GREEN value IS 101 (39.84% from 255) = 27.08%
BLUE value IS 98 (38.67% from 255) = 26.27%
R=46.65%
G=27.08%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741019800.420.440.322.3731.9353.33
HexAE656202A2C2022035
Octal256145142052544024065
Binary1010111011001011100010010101010110010000010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6562; }

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

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

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

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

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

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

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

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