#AE6F6C

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

Shades of Coral Tree #AE6F6C

Tints of Coral Tree #AE6F6C

Color information

#AE6F6C (or 0xAE6F6C) is unknown color: approx Coral Tree. HEX triplet: AE, 6F and 6C. RGB value is (174,111,108). Sum of RGB (Red+Green+Blue) = 174+111+108=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6F6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6F6C is #519093. Grayscale: #818181. Windows color (decimal): -5345428 or 7106478. OLE color: 7106478.

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

Color convert

RGB174111108-
CMYK00.360.380.32
HSL2.73º28.95%55.29%-
HSV(B)2.73º37.93%68.24%-
XYZ25.8521.4516.97-
YUV129.5115.87159.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.27%
GREEN value IS 111 (43.75% from 255) = 28.24%
BLUE value IS 108 (42.58% from 255) = 27.48%
R=44.27%
G=28.24%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411110800.360.380.322.7328.9555.29
HexAE6F6C024262031d37
Octal256157154044464033567
Binary101011101101111110110001001001001101000001111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6F6C; }

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

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

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

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

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

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

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

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