#AE6F6E

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

Shades of Coral Tree #AE6F6E

Tints of Coral Tree #AE6F6E

Color information

#AE6F6E (or 0xAE6F6E) is unknown color: approx Coral Tree. HEX triplet: AE, 6F and 6E. RGB value is (174,111,110). Sum of RGB (Red+Green+Blue) = 174+111+110=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 110 (43.36% from 255 or 27.85% from 395); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6F6E is #519091. Grayscale: #818181. Windows color (decimal): -5345426 or 7237550. OLE color: 7237550.

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

Color convert

RGB174111110-
CMYK00.360.370.32
HSL0.94º28.32%55.69%-
HSV(B)0.94º36.78%68.24%-
XYZ25.9521.4917.53-
YUV129.72116.87159.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.05%
GREEN value IS 111 (43.75% from 255) = 28.10%
BLUE value IS 110 (43.36% from 255) = 27.85%
R=44.05%
G=28.10%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411111000.360.370.320.9428.3255.69
HexAE6F6E024252011c38
Octal256157156044454013470
Binary10101110110111111011100100100100101100000111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6F6E; }

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

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

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

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

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

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

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

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