Html Css Color HEX #AE726F Coral Tree

📋 copy color: '#AE726F'

red 174 ◦ green 114 ◦ blue 111

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

Shades of Coral Tree #AE726F

Tints of Coral Tree #AE726F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.82%

R = 43.61%
G = 28.57%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AE726F (or 0xAE726F) is known color: Coral Tree. HEX triplet: AE, 72 and 6F. RGB value is (174,114,111). Sum of RGB (Red+Green+Blue) = 174+114+111=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 114 (44.92% from 255 or 28.57% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 174 - color contains mainly: red. Hex color #AE726F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE726F is #518D90. Grayscale: #838383. Windows color (decimal): -5344657 or 7303854. OLE color: 7303854.

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

Color convert

RGB 174 114 111 -
CMYK 0 0.34 0.36 0.32
HSL 2.86º 0.28% 0.56% -
HSV(B) 2.86º 0.36% 0.68% -
XYZ 26.34 22.18 17.93 -
YUV 131.6 116.38 158.24 -
System Red Green Blue C M Y K H S L
Decimal 174 114 111 0 0.34 0.36 0.32 2.86 0.28 0.56
Hex AE 72 6F 0 22 24 20 3 1C 38
Octal 256 162 157 0 42 44 40 3 34 70
Binary 10101110 1110010 1101111 0 100010 100100 100000 11 11100 111000

Color Harmonies of #AE726F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE726F

Black with #AE726F

Text Example


Text Example

White with #AE726F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE726F; }

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

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

background-color css

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

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

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

border-color css

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

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

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