Html Css Color HEX #AE6565 Coral Tree

📋 copy color: '#AE6565'

red 174 ◦ green 101 ◦ blue 101

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

Shades of Coral Tree #AE6565

Tints of Coral Tree #AE6565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 26.86%

R = 46.28%
G = 26.86%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AE6565 (or 0xAE6565) is known color: Coral Tree. HEX triplet: AE, 65 and 65. RGB value is (174,101,101). Sum of RGB (Red+Green+Blue) = 174+101+101=376 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.28% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 101 (39.84% from 255 or 26.86% from 376); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6565 is #519A9A. Grayscale: #7A7A7A. Windows color (decimal): -5347995 or 6645166. OLE color: 6645166.

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

Color convert

RGB 174 101 101 -
CMYK 0 0.42 0.42 0.32
HSL 0.31% 0.54% -
HSV(B) 0.42% 0.68% -
XYZ 24.46 19.25 14.74 -
YUV 122.83 115.68 164.5 -
System Red Green Blue C M Y K H S L
Decimal 174 101 101 0 0.42 0.42 0.32 0 0.31 0.54
Hex AE 65 65 0 2A 2A 20 0 1F 36
Octal 256 145 145 0 52 52 40 0 37 66
Binary 10101110 1100101 1100101 0 101010 101010 100000 0 11111 110110

Color Harmonies of #AE6565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6565

Black with #AE6565

Text Example


Text Example

White with #AE6565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6565; }

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

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

background-color css

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

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

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

border-color css

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

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

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