#AE6666

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

Shades of Coral Tree #AE6666

Tints of Coral Tree #AE6666

Color information

#AE6666 (or 0xAE6666) is unknown color: approx Coral Tree. HEX triplet: AE, 66 and 66. RGB value is (174,102,102). Sum of RGB (Red+Green+Blue) = 174+102+102=378 (50% of max value = 765). Red value is 174 (68.36% from 255 or 46.03% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 102 (40.23% from 255 or 26.98% from 378); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6666 is #519999. Grayscale: #7B7B7B. Windows color (decimal): -5347738 or 6710958. OLE color: 6710958.

HSL color Cylindrical-coordinate representation of color #AE6666: 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.41%. Process color model (Four color, CMYK) of #AE6666 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB174102102-
CMYK00.410.410.32
HSL30.77%54.12%-
HSV(B)41.38%68.24%-
XYZ24.6119.4615.03-
YUV123.53115.85164-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.03%
GREEN value IS 102 (40.23% from 255) = 26.98%
BLUE value IS 102 (40.23% from 255) = 26.98%
R=46.03%
G=26.98%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410210200.410.410.32030.7754.12
HexAE6666029292001f36
Octal256146146051514003766
Binary10101110110011011001100101001101001100000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6666; }

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

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

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

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

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

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

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

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