#AE6664

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

Shades of Coral Tree #AE6664

Tints of Coral Tree #AE6664

Color information

#AE6664 (or 0xAE6664) is unknown color: approx Coral Tree. HEX triplet: AE, 66 and 64. RGB value is (174,102,100). Sum of RGB (Red+Green+Blue) = 174+102+100=376 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.28% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 100 (39.45% from 255 or 26.60% from 376); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6664 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6664 is #51999B. Grayscale: #7B7B7B. Windows color (decimal): -5347740 or 6579886. OLE color: 6579886.

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

Color convert

RGB174102100-
CMYK00.410.430.32
HSL1.62º31.36%53.73%-
HSV(B)1.62º42.53%68.24%-
XYZ24.5119.4214.51-
YUV123.3114.85164.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.28%
GREEN value IS 102 (40.23% from 255) = 27.13%
BLUE value IS 100 (39.45% from 255) = 26.60%
R=46.28%
G=27.13%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410210000.410.430.321.6231.3653.73
HexAE66640292B2021f36
Octal256146144051534023766
Binary101011101100110110010001010011010111000001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6664; }

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

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

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

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

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

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

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

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