Html Css Color HEX #AE716E Coral Tree

📋 copy color: '#AE716E'

red 174 ◦ green 113 ◦ blue 110

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

Shades of Coral Tree #AE716E

Tints of Coral Tree #AE716E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.71%

R = 43.83%
G = 28.46%
B = 27.71%

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

#AE716E (or 0xAE716E) is known color: Coral Tree. HEX triplet: AE, 71 and 6E. RGB value is (174,113,110). Sum of RGB (Red+Green+Blue) = 174+113+110=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 110 (43.36% from 255 or 27.71% from 397); Max value from RGB is 174 - color contains mainly: red. Hex color #AE716E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE716E is #518E91. Grayscale: #828282. Windows color (decimal): -5344914 or 7238062. OLE color: 7238062.

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

Color convert

RGB 174 113 110 -
CMYK 0 0.35 0.37 0.32
HSL 2.81º 0.28% 0.56% -
HSV(B) 2.81º 0.37% 0.68% -
XYZ 26.18 21.93 17.61 -
YUV 130.9 116.21 158.74 -
System Red Green Blue C M Y K H S L
Decimal 174 113 110 0 0.35 0.37 0.32 2.81 0.28 0.56
Hex AE 71 6E 0 23 25 20 3 1C 38
Octal 256 161 156 0 43 45 40 3 34 70
Binary 10101110 1110001 1101110 0 100011 100101 100000 11 11100 111000

Color Harmonies of #AE716E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE716E

Black with #AE716E

Text Example


Text Example

White with #AE716E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE716E; }

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

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

background-color css

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

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

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

border-color css

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

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

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