#AE7164

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

Shades of Coral Tree #AE7164

Tints of Coral Tree #AE7164

Color information

#AE7164 (or 0xAE7164) is unknown color: approx Coral Tree. HEX triplet: AE, 71 and 64. RGB value is (174,113,100). Sum of RGB (Red+Green+Blue) = 174+113+100=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 100 (39.45% from 255 or 25.84% from 387); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7164 is #518E9B. Grayscale: #818181. Windows color (decimal): -5344924 or 6582702. OLE color: 6582702.

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

Color convert

RGB174113100-
CMYK00.350.430.32
HSL10.54º31.36%53.73%-
HSV(B)10.54º42.53%68.24%-
XYZ25.6621.7314.9-
YUV129.76111.21159.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.96%
GREEN value IS 113 (44.53% from 255) = 29.20%
BLUE value IS 100 (39.45% from 255) = 25.84%
R=44.96%
G=29.20%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411310000.350.430.3210.5431.3653.73
HexAE71640232B20b1f36
Octal2561611440435340133766
Binary10101110111000111001000100011101011100000101111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7164; }

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

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

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

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

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

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

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

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