#AE645A

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

Shades of Coral Tree #AE645A

Tints of Coral Tree #AE645A

Color information

#AE645A (or 0xAE645A) is unknown color: approx Coral Tree. HEX triplet: AE, 64 and 5A. RGB value is (174,100,90). Sum of RGB (Red+Green+Blue) = 174+100+90=364 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.80% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 90 (35.55% from 255 or 24.73% from 364); Max value from RGB is 174 - color contains mainly: red. Hex color #AE645A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE645A is #519BA5. Grayscale: #797979. Windows color (decimal): -5348262 or 5924014. OLE color: 5924014.

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

Color convert

RGB17410090-
CMYK00.430.480.32
HSL7.14º34.15%51.76%-
HSV(B)7.14º48.28%68.24%-
XYZ23.8618.8512.05-
YUV120.99110.52165.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.80%
GREEN value IS 100 (39.45% from 255) = 27.47%
BLUE value IS 90 (35.55% from 255) = 24.73%
R=47.80%
G=27.47%
B=24.73%

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
Decimal1741009000.430.480.327.1434.1551.76
HexAE645A02B302072234
Octal256144132053604074264
Binary10101110110010010110100101011110000100000111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE645A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE645A; }

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

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

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

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

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

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

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

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