#AE645B

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

Shades of Coral Tree #AE645B

Tints of Coral Tree #AE645B

Color information

#AE645B (or 0xAE645B) is unknown color: approx Coral Tree. HEX triplet: AE, 64 and 5B. RGB value is (174,100,91). Sum of RGB (Red+Green+Blue) = 174+100+91=365 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.67% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 174 - color contains mainly: red. Hex color #AE645B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE645B is #519BA4. Grayscale: #797979. Windows color (decimal): -5348261 or 5989550. OLE color: 5989550.

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

Color convert

RGB17410091-
CMYK00.430.480.32
HSL6.51º33.88%51.96%-
HSV(B)6.51º47.7%68.24%-
XYZ23.918.8712.28-
YUV121.1111.02165.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.67%
GREEN value IS 100 (39.45% from 255) = 27.40%
BLUE value IS 91 (35.94% from 255) = 24.93%
R=47.67%
G=27.40%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741009100.430.480.326.5133.8851.96
HexAE645B02B302072234
Octal256144133053604074264
Binary10101110110010010110110101011110000100000111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE645B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE645B; }

 p { color: rgb(174,100,91); }

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

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

 a { background-color: rgb(174,100,91); }

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

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

 span { border-color: rgb(174,100,91); }

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