Html Css Color HEX #AE726C Coral Tree

📋 copy color: '#AE726C'

red 174 ◦ green 114 ◦ blue 108

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

Shades of Coral Tree #AE726C

Tints of Coral Tree #AE726C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.27%

R = 43.94%
G = 28.79%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AE726C (or 0xAE726C) is known color: Coral Tree. HEX triplet: AE, 72 and 6C. RGB value is (174,114,108). Sum of RGB (Red+Green+Blue) = 174+114+108=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 114 (44.92% from 255 or 28.79% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 174 - color contains mainly: red. Hex color #AE726C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE726C is #518D93. Grayscale: #838383. Windows color (decimal): -5344660 or 7107246. OLE color: 7107246.

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

Color convert

RGB 174 114 108 -
CMYK 0 0.34 0.38 0.32
HSL 5.45º 0.29% 0.55% -
HSV(B) 5.45º 0.38% 0.68% -
XYZ 26.18 22.12 17.08 -
YUV 131.26 114.88 158.49 -
System Red Green Blue C M Y K H S L
Decimal 174 114 108 0 0.34 0.38 0.32 5.45 0.29 0.55
Hex AE 72 6C 0 22 26 20 5 1D 37
Octal 256 162 154 0 42 46 40 5 35 67
Binary 10101110 1110010 1101100 0 100010 100110 100000 101 11101 110111

Color Harmonies of #AE726C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE726C

Black with #AE726C

Text Example


Text Example

White with #AE726C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE726C; }

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

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

background-color css

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

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

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

border-color css

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

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

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