Html Css Color HEX #AE716D Coral Tree

📋 copy color: '#AE716D'

red 174 ◦ green 113 ◦ blue 109

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

Shades of Coral Tree #AE716D

Tints of Coral Tree #AE716D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.54%

 BLUE value IS 109 (42.97% from 255) = 27.53%

R = 43.94%
G = 28.54%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AE716D (or 0xAE716D) is known color: Coral Tree. HEX triplet: AE, 71 and 6D. RGB value is (174,113,109). Sum of RGB (Red+Green+Blue) = 174+113+109=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 109 (42.97% from 255 or 27.53% from 396); Max value from RGB is 174 - color contains mainly: red. Hex color #AE716D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE716D is #518E92. Grayscale: #828282. Windows color (decimal): -5344915 or 7172526. OLE color: 7172526.

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

Color convert

RGB 174 113 109 -
CMYK 0 0.35 0.37 0.32
HSL 3.69º 0.29% 0.55% -
HSV(B) 3.69º 0.37% 0.68% -
XYZ 26.12 21.91 17.32 -
YUV 130.78 115.71 158.83 -
System Red Green Blue C M Y K H S L
Decimal 174 113 109 0 0.35 0.37 0.32 3.69 0.29 0.55
Hex AE 71 6D 0 23 25 20 4 1D 37
Octal 256 161 155 0 43 45 40 4 35 67
Binary 10101110 1110001 1101101 0 100011 100101 100000 100 11101 110111

Color Harmonies of #AE716D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE716D

Black with #AE716D

Text Example


Text Example

White with #AE716D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE716D; }

 p { color: rgb(174,113,109); }

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

background-color css

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

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

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

border-color css

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

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

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