#AE605D

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

Shades of Coral Tree #AE605D

Tints of Coral Tree #AE605D

Color information

#AE605D (or 0xAE605D) is unknown color: approx Coral Tree. HEX triplet: AE, 60 and 5D. RGB value is (174,96,93). Sum of RGB (Red+Green+Blue) = 174+96+93=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 174 - color contains mainly: red. Hex color #AE605D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE605D is #519FA2. Grayscale: #777777. Windows color (decimal): -5349283 or 6119598. OLE color: 6119598.

HSL color Cylindrical-coordinate representation of color #AE605D: hue angle of 2.22º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE605D is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB1749693-
CMYK00.450.470.32
HSL2.22º33.33%52.35%-
HSV(B)2.22º46.55%68.24%-
XYZ23.6118.1512.62-
YUV118.98113.34167.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.93%
GREEN value IS 96 (37.89% from 255) = 26.45%
BLUE value IS 93 (36.72% from 255) = 25.62%
R=47.93%
G=26.45%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174969300.450.470.322.2233.3352.35
HexAE605D02D2F2022134
Octal256140135055574024164
Binary1010111011000001011101010110110111110000010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE605D; }

 p { color: rgb(174,96,93); }

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

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

 a { background-color: rgb(174,96,93); }

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

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

 span { border-color: rgb(174,96,93); }

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