#AE6E69

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

Shades of Coral Tree #AE6E69

Tints of Coral Tree #AE6E69

Color information

#AE6E69 (or 0xAE6E69) is unknown color: approx Coral Tree. HEX triplet: AE, 6E and 69. RGB value is (174,110,105). Sum of RGB (Red+Green+Blue) = 174+110+105=389 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.73% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 105 (41.41% from 255 or 26.99% from 389); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6E69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6E69 is #519196. Grayscale: #808080. Windows color (decimal): -5345687 or 6909614. OLE color: 6909614.

HSL color Cylindrical-coordinate representation of color #AE6E69: hue angle of 4.35º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE6E69 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB174110105-
CMYK00.370.400.32
HSL4.35º29.87%54.71%-
HSV(B)4.35º39.66%68.24%-
XYZ25.5821.1716.1-
YUV128.57114.7160.41-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.73%
GREEN value IS 110 (43.36% from 255) = 28.28%
BLUE value IS 105 (41.41% from 255) = 26.99%
R=44.73%
G=28.28%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411010500.370.400.324.3529.8754.71
HexAE6E69025282041e37
Octal256156151045504043667
Binary1010111011011101101001010010110100010000010011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6E69; }

 p { color: rgb(174,110,105); }

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

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

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

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

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

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

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