#AE6563

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

Shades of Coral Tree #AE6563

Tints of Coral Tree #AE6563

Color information

#AE6563 (or 0xAE6563) is unknown color: approx Coral Tree. HEX triplet: AE, 65 and 63. RGB value is (174,101,99). Sum of RGB (Red+Green+Blue) = 174+101+99=374 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.52% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 99 (39.06% from 255 or 26.47% from 374); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6563 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6563 is #519A9C. Grayscale: #7A7A7A. Windows color (decimal): -5347997 or 6514094. OLE color: 6514094.

HSL color Cylindrical-coordinate representation of color #AE6563: hue angle of 1.6º degrees, saturation: 0.32, 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 #AE6563 is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB17410199-
CMYK00.420.430.32
HSL1.6º31.65%53.53%-
HSV(B)1.6º43.1%68.24%-
XYZ24.3619.2114.23-
YUV122.6114.68164.66-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.52%
GREEN value IS 101 (39.84% from 255) = 27.01%
BLUE value IS 99 (39.06% from 255) = 26.47%
R=46.52%
G=27.01%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741019900.420.430.321.631.6553.53
HexAE656302A2B2022036
Octal256145143052534024066
Binary1010111011001011100011010101010101110000010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6563; }

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

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

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

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

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

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

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

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