#AE6A63

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

Shades of Coral Tree #AE6A63

Tints of Coral Tree #AE6A63

Color information

#AE6A63 (or 0xAE6A63) is unknown color: approx Coral Tree. HEX triplet: AE, 6A and 63. RGB value is (174,106,99). Sum of RGB (Red+Green+Blue) = 174+106+99=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 99 (39.06% from 255 or 26.12% from 379); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6A63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6A63 is #51959C. Grayscale: #7D7D7D. Windows color (decimal): -5346717 or 6515374. OLE color: 6515374.

HSL color Cylindrical-coordinate representation of color #AE6A63: hue angle of 5.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 #AE6A63 is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB17410699-
CMYK00.390.430.32
HSL5.6º31.65%53.53%-
HSV(B)5.6º43.1%68.24%-
XYZ24.8620.2114.39-
YUV125.53113.03162.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.91%
GREEN value IS 106 (41.80% from 255) = 27.97%
BLUE value IS 99 (39.06% from 255) = 26.12%
R=45.91%
G=27.97%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741069900.390.430.325.631.6553.53
HexAE6A630272B2062036
Octal256152143047534064066
Binary10101110110101011000110100111101011100000110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6A63; }

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

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

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

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

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

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

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

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