#AE6C62

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

Shades of Coral Tree #AE6C62

Tints of Coral Tree #AE6C62

Color information

#AE6C62 (or 0xAE6C62) is unknown color: approx Coral Tree. HEX triplet: AE, 6C and 62. RGB value is (174,108,98). Sum of RGB (Red+Green+Blue) = 174+108+98=380 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.79% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 98 (38.67% from 255 or 25.79% from 380); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6C62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6C62 is #51939D. Grayscale: #7E7E7E. Windows color (decimal): -5346206 or 6450350. OLE color: 6450350.

HSL color Cylindrical-coordinate representation of color #AE6C62: hue angle of 7.89º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AE6C62 is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.32.

Color convert

RGB17410898-
CMYK00.380.440.32
HSL7.89º31.93%53.33%-
HSV(B)7.89º43.68%68.24%-
XYZ25.0220.6114.21-
YUV126.59111.87161.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.79%
GREEN value IS 108 (42.58% from 255) = 28.42%
BLUE value IS 98 (38.67% from 255) = 25.79%
R=45.79%
G=28.42%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741089800.380.440.327.8931.9353.33
HexAE6C620262C2082035
Octal2561541420465440104065
Binary101011101101100110001001001101011001000001000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6C62; }

 p { color: rgb(174,108,98); }

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

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

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

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

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

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

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