#AE7168

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

Shades of Coral Tree #AE7168

Tints of Coral Tree #AE7168

Color information

#AE7168 (or 0xAE7168) is unknown color: approx Coral Tree. HEX triplet: AE, 71 and 68. RGB value is (174,113,104). Sum of RGB (Red+Green+Blue) = 174+113+104=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 104 (41.02% from 255 or 26.60% from 391); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7168 is #518E97. Grayscale: #828282. Windows color (decimal): -5344920 or 6844846. OLE color: 6844846.

HSL color Cylindrical-coordinate representation of color #AE7168: hue angle of 7.71º 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 #AE7168 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB174113104-
CMYK00.350.400.32
HSL7.71º30.17%54.51%-
HSV(B)7.71º40.23%68.24%-
XYZ25.8621.8115.94-
YUV130.21113.21159.23-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.50%
GREEN value IS 113 (44.53% from 255) = 28.90%
BLUE value IS 104 (41.02% from 255) = 26.60%
R=44.50%
G=28.90%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411310400.350.400.327.7130.1754.51
HexAE7168023282081e37
Octal2561611500435040103667
Binary10101110111000111010000100011101000100000100011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7168; }

 p { color: rgb(174,113,104); }

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

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

 a { background-color: rgb(174,113,104); }

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

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

 span { border-color: rgb(174,113,104); }

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