Html Css Color HEX #AE7565 Coral Tree

📋 copy color: '#AE7565'

red 174 ◦ green 117 ◦ blue 101

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

Shades of Coral Tree #AE7565

Tints of Coral Tree #AE7565

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.85%

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

R = 44.39%
G = 29.85%
B = 25.77%

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

#AE7565 (or 0xAE7565) is known color: Coral Tree. HEX triplet: AE, 75 and 65. RGB value is (174,117,101). Sum of RGB (Red+Green+Blue) = 174+117+101=392 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.39% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 101 (39.84% from 255 or 25.77% from 392); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7565 is #518A9A. Grayscale: #848484. Windows color (decimal): -5343899 or 6649262. OLE color: 6649262.

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

Color convert

RGB 174 117 101 -
CMYK 0 0.33 0.42 0.32
HSL 13.15º 0.31% 0.54% -
HSV(B) 13.15º 0.42% 0.68% -
XYZ 26.17 22.66 15.31 -
YUV 132.22 110.38 157.8 -
System Red Green Blue C M Y K H S L
Decimal 174 117 101 0 0.33 0.42 0.32 13.15 0.31 0.54
Hex AE 75 65 0 21 2A 20 D 1F 36
Octal 256 165 145 0 41 52 40 15 37 66
Binary 10101110 1110101 1100101 0 100001 101010 100000 1101 11111 110110

Color Harmonies of #AE7565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7565

Black with #AE7565

Text Example


Text Example

White with #AE7565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7565; }

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

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

background-color css

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

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

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

border-color css

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

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

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