Html Css Color HEX #AE645F Coral Tree

📋 copy color: '#AE645F'

red 174 ◦ green 100 ◦ blue 95

#AE645F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Coral Tree #AE645F

Tints of Coral Tree #AE645F

RGB

 RED value IS 174 (68.36% from 255) = 47.15%

 GREEN value IS 100 (39.45% from 255) = 27.1%

 BLUE value IS 95 (37.5% from 255) = 25.75%

R = 47.15%
G = 27.1%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AE645F (or 0xAE645F) is known color: Coral Tree. HEX triplet: AE, 64 and 5F. RGB value is (174,100,95). Sum of RGB (Red+Green+Blue) = 174+100+95=369 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.15% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 95 (37.5% from 255 or 25.75% from 369); Max value from RGB is 174 - color contains mainly: red. Hex color #AE645F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE645F is #519BA0. Grayscale: #797979. Windows color (decimal): -5348257 or 6251694. OLE color: 6251694.

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

Color convert

RGB 174 100 95 -
CMYK 0 0.43 0.45 0.32
HSL 3.8º 0.33% 0.53% -
HSV(B) 3.8º 0.45% 0.68% -
XYZ 24.08 18.94 13.21 -
YUV 121.56 113.02 165.41 -
System Red Green Blue C M Y K H S L
Decimal 174 100 95 0 0.43 0.45 0.32 3.8 0.33 0.53
Hex AE 64 5F 0 2B 2D 20 4 21 35
Octal 256 144 137 0 53 55 40 4 41 65
Binary 10101110 1100100 1011111 0 101011 101101 100000 100 100001 110101

Color Harmonies of #AE645F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE645F

Black with #AE645F

Text Example


Text Example

White with #AE645F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE645F; }

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

 H1.HeaderClassName
 {
   color: #AE645F;
 }
 .AnyTagClassName
 {
   color: #AE645F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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