Html Css Color HEX #AE756E Coral Tree

📋 copy color: '#AE756E'

red 174 ◦ green 117 ◦ blue 110

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

Shades of Coral Tree #AE756E

Tints of Coral Tree #AE756E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.18%

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

R = 43.39%
G = 29.18%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AE756E (or 0xAE756E) is known color: Coral Tree. HEX triplet: AE, 75 and 6E. RGB value is (174,117,110). Sum of RGB (Red+Green+Blue) = 174+117+110=401 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.39% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 110 (43.36% from 255 or 27.43% from 401); Max value from RGB is 174 - color contains mainly: red. Hex color #AE756E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE756E is #518A91. Grayscale: #858585. Windows color (decimal): -5343890 or 7239086. OLE color: 7239086.

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

Color convert

RGB 174 117 110 -
CMYK 0 0.33 0.37 0.32
HSL 6.56º 0.28% 0.56% -
HSV(B) 6.56º 0.37% 0.68% -
XYZ 26.63 22.85 17.76 -
YUV 133.25 114.88 157.07 -
System Red Green Blue C M Y K H S L
Decimal 174 117 110 0 0.33 0.37 0.32 6.56 0.28 0.56
Hex AE 75 6E 0 21 25 20 7 1C 38
Octal 256 165 156 0 41 45 40 7 34 70
Binary 10101110 1110101 1101110 0 100001 100101 100000 111 11100 111000

Color Harmonies of #AE756E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE756E

Black with #AE756E

Text Example


Text Example

White with #AE756E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE756E; }

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

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

background-color css

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

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

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

border-color css

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

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

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