Html Css Color HEX #AE6360 Coral Tree

📋 copy color: '#AE6360'

red 174 ◦ green 99 ◦ blue 96

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

Shades of Coral Tree #AE6360

Tints of Coral Tree #AE6360

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.83%

 BLUE value IS 96 (37.89% from 255) = 26.02%

R = 47.15%
G = 26.83%
B = 26.02%

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

#AE6360 (or 0xAE6360) is known color: Coral Tree. HEX triplet: AE, 63 and 60. RGB value is (174,99,96). Sum of RGB (Red+Green+Blue) = 174+99+96=369 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.15% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6360 is #519C9F. Grayscale: #797979. Windows color (decimal): -5348512 or 6316974. OLE color: 6316974.

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

Color convert

RGB 174 99 96 -
CMYK 0 0.43 0.45 0.32
HSL 2.31º 0.33% 0.53% -
HSV(B) 2.31º 0.45% 0.68% -
XYZ 24.03 18.77 13.42 -
YUV 121.08 113.85 165.74 -
System Red Green Blue C M Y K H S L
Decimal 174 99 96 0 0.43 0.45 0.32 2.31 0.33 0.53
Hex AE 63 60 0 2B 2D 20 2 20 35
Octal 256 143 140 0 53 55 40 2 40 65
Binary 10101110 1100011 1100000 0 101011 101101 100000 10 100000 110101

Color Harmonies of #AE6360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6360

Black with #AE6360

Text Example


Text Example

White with #AE6360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6360; }

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

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

background-color css

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

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

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

border-color css

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

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

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