#AE7163

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

Shades of Coral Tree #AE7163

Tints of Coral Tree #AE7163

Color information

#AE7163 (or 0xAE7163) is unknown color: approx Coral Tree. HEX triplet: AE, 71 and 63. RGB value is (174,113,99). Sum of RGB (Red+Green+Blue) = 174+113+99=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 99 (39.06% from 255 or 25.65% from 386); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7163 is #518E9C. Grayscale: #818181. Windows color (decimal): -5344925 or 6517166. OLE color: 6517166.

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

Color convert

RGB17411399-
CMYK00.350.430.32
HSL11.2º31.65%53.53%-
HSV(B)11.2º43.1%68.24%-
XYZ25.6121.7114.64-
YUV129.64110.71159.64-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.08%
GREEN value IS 113 (44.53% from 255) = 29.27%
BLUE value IS 99 (39.06% from 255) = 25.65%
R=45.08%
G=29.27%
B=25.65%

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
Decimal1741139900.350.430.3211.231.6553.53
HexAE71630232B20b2036
Octal2561611430435340134066
Binary101011101110001110001101000111010111000001011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7163; }

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

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

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

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

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

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

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

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