Html Css Color HEX #AE726E Coral Tree

📋 copy color: '#AE726E'

red 174 ◦ green 114 ◦ blue 110

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

Shades of Coral Tree #AE726E

Tints of Coral Tree #AE726E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.64%

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

R = 43.72%
G = 28.64%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AE726E (or 0xAE726E) is known color: Coral Tree. HEX triplet: AE, 72 and 6E. RGB value is (174,114,110). Sum of RGB (Red+Green+Blue) = 174+114+110=398 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.72% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 110 (43.36% from 255 or 27.64% from 398); Max value from RGB is 174 - color contains mainly: red. Hex color #AE726E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE726E is #518D91. Grayscale: #838383. Windows color (decimal): -5344658 or 7238318. OLE color: 7238318.

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

Color convert

RGB 174 114 110 -
CMYK 0 0.34 0.37 0.32
HSL 3.75º 0.28% 0.56% -
HSV(B) 3.75º 0.37% 0.68% -
XYZ 26.29 22.16 17.64 -
YUV 131.48 115.88 158.33 -
System Red Green Blue C M Y K H S L
Decimal 174 114 110 0 0.34 0.37 0.32 3.75 0.28 0.56
Hex AE 72 6E 0 22 25 20 4 1C 38
Octal 256 162 156 0 42 45 40 4 34 70
Binary 10101110 1110010 1101110 0 100010 100101 100000 100 11100 111000

Color Harmonies of #AE726E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE726E

Black with #AE726E

Text Example


Text Example

White with #AE726E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE726E; }

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

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

background-color css

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

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

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

border-color css

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

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

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