#AE7162

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

Shades of Coral Tree #AE7162

Tints of Coral Tree #AE7162

Color information

#AE7162 (or 0xAE7162) is unknown color: approx Coral Tree. HEX triplet: AE, 71 and 62. RGB value is (174,113,98). Sum of RGB (Red+Green+Blue) = 174+113+98=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 98 (38.67% from 255 or 25.45% from 385); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7162 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7162 is #518E9D. Grayscale: #818181. Windows color (decimal): -5344926 or 6451630. OLE color: 6451630.

HSL color Cylindrical-coordinate representation of color #AE7162: hue angle of 11.84º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AE7162 is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.32.

Color convert

RGB17411398-
CMYK00.350.440.32
HSL11.84º31.93%53.33%-
HSV(B)11.84º43.68%68.24%-
XYZ25.5721.6914.39-
YUV129.53110.21159.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.19%
GREEN value IS 113 (44.53% from 255) = 29.35%
BLUE value IS 98 (38.67% from 255) = 25.45%
R=45.19%
G=29.35%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741139800.350.440.3211.8431.9353.33
HexAE71620232C20c2035
Octal2561611420435440144065
Binary101011101110001110001001000111011001000001100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7162; }

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

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

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

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

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

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

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

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