#AE7468

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

Shades of Coral Tree #AE7468

Tints of Coral Tree #AE7468

Color information

#AE7468 (or 0xAE7468) is unknown color: approx Coral Tree. HEX triplet: AE, 74 and 68. RGB value is (174,116,104). Sum of RGB (Red+Green+Blue) = 174+116+104=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 104 (41.02% from 255 or 26.40% from 394); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7468 is #518B97. Grayscale: #848484. Windows color (decimal): -5344152 or 6845614. OLE color: 6845614.

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

Color convert

RGB174116104-
CMYK00.330.400.32
HSL10.29º30.17%54.51%-
HSV(B)10.29º40.23%68.24%-
XYZ26.222.4916.06-
YUV131.97112.22157.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.16%
GREEN value IS 116 (45.70% from 255) = 29.44%
BLUE value IS 104 (41.02% from 255) = 26.40%
R=44.16%
G=29.44%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411610400.330.400.3210.2930.1754.51
HexAE74680212820a1e37
Octal2561641500415040123667
Binary10101110111010011010000100001101000100000101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7468; }

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

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

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

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

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

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

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

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