Html Css Color HEX #AE7465 Coral Tree

📋 copy color: '#AE7465'

red 174 ◦ green 116 ◦ blue 101

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

Shades of Coral Tree #AE7465

Tints of Coral Tree #AE7465

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.67%

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

R = 44.5%
G = 29.67%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AE7465 (or 0xAE7465) is known color: Coral Tree. HEX triplet: AE, 74 and 65. RGB value is (174,116,101). Sum of RGB (Red+Green+Blue) = 174+116+101=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 116 (45.70% from 255 or 29.67% from 391); Blue value is 101 (39.84% from 255 or 25.83% from 391); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7465 is #518B9A. Grayscale: #838383. Windows color (decimal): -5344155 or 6649006. OLE color: 6649006.

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

Color convert

RGB 174 116 101 -
CMYK 0 0.33 0.42 0.32
HSL 12.33º 0.31% 0.54% -
HSV(B) 12.33º 0.42% 0.68% -
XYZ 26.05 22.43 15.27 -
YUV 131.63 110.72 158.22 -
System Red Green Blue C M Y K H S L
Decimal 174 116 101 0 0.33 0.42 0.32 12.33 0.31 0.54
Hex AE 74 65 0 21 2A 20 C 1F 36
Octal 256 164 145 0 41 52 40 14 37 66
Binary 10101110 1110100 1100101 0 100001 101010 100000 1100 11111 110110

Color Harmonies of #AE7465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7465

Black with #AE7465

Text Example


Text Example

White with #AE7465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7465; }

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

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

background-color css

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

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

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

border-color css

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

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

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