Html Css Color HEX #AE6560 Coral Tree

📋 copy color: '#AE6560'

red 174 ◦ green 101 ◦ blue 96

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

Shades of Coral Tree #AE6560

Tints of Coral Tree #AE6560

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.22%

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

R = 46.9%
G = 27.22%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AE6560 (or 0xAE6560) is known color: Coral Tree. HEX triplet: AE, 65 and 60. RGB value is (174,101,96). Sum of RGB (Red+Green+Blue) = 174+101+96=371 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.90% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6560 is #519A9F. Grayscale: #7A7A7A. Windows color (decimal): -5348000 or 6317486. OLE color: 6317486.

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

Color convert

RGB 174 101 96 -
CMYK 0 0.42 0.45 0.32
HSL 3.85º 0.33% 0.53% -
HSV(B) 3.85º 0.45% 0.68% -
XYZ 24.22 19.15 13.49 -
YUV 122.26 113.18 164.91 -
System Red Green Blue C M Y K H S L
Decimal 174 101 96 0 0.42 0.45 0.32 3.85 0.33 0.53
Hex AE 65 60 0 2A 2D 20 4 20 35
Octal 256 145 140 0 52 55 40 4 40 65
Binary 10101110 1100101 1100000 0 101010 101101 100000 100 100000 110101

Color Harmonies of #AE6560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6560

Black with #AE6560

Text Example


Text Example

White with #AE6560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6560; }

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

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

background-color css

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

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

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

border-color css

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

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

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