#AE7161

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

Shades of Coral Tree #AE7161

Tints of Coral Tree #AE7161

Color information

#AE7161 (or 0xAE7161) is unknown color: approx Coral Tree. HEX triplet: AE, 71 and 61. RGB value is (174,113,97). Sum of RGB (Red+Green+Blue) = 174+113+97=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 97 (38.28% from 255 or 25.26% from 384); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7161 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7161 is #518E9E. Grayscale: #818181. Windows color (decimal): -5344927 or 6386094. OLE color: 6386094.

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

Color convert

RGB17411397-
CMYK00.350.440.32
HSL12.47º32.22%53.14%-
HSV(B)12.47º44.25%68.24%-
XYZ25.5221.6714.15-
YUV129.42109.71159.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.31%
GREEN value IS 113 (44.53% from 255) = 29.43%
BLUE value IS 97 (38.28% from 255) = 25.26%
R=45.31%
G=29.43%
B=25.26%

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
Decimal1741139700.350.440.3212.4732.2253.14
HexAE71610232C20c2035
Octal2561611410435440144065
Binary101011101110001110000101000111011001000001100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7161; }

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

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

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

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

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

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

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

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