Html Css Color HEX #AE705E Coral Tree

📋 copy color: '#AE705E'

red 174 ◦ green 112 ◦ blue 94

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

Shades of Coral Tree #AE705E

Tints of Coral Tree #AE705E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.47%

 BLUE value IS 94 (37.11% from 255) = 24.74%

R = 45.79%
G = 29.47%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AE705E (or 0xAE705E) is known color: Coral Tree. HEX triplet: AE, 70 and 5E. RGB value is (174,112,94). Sum of RGB (Red+Green+Blue) = 174+112+94=380 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.79% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 94 (37.11% from 255 or 24.74% from 380); Max value from RGB is 174 - color contains mainly: red. Hex color #AE705E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE705E is #518FA1. Grayscale: #808080. Windows color (decimal): -5345186 or 6189230. OLE color: 6189230.

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

Color convert

RGB 174 112 94 -
CMYK 0 0.36 0.46 0.32
HSL 13.5º 0.33% 0.53% -
HSV(B) 13.5º 0.46% 0.68% -
XYZ 25.27 21.4 13.39 -
YUV 128.49 108.54 160.46 -
System Red Green Blue C M Y K H S L
Decimal 174 112 94 0 0.36 0.46 0.32 13.5 0.33 0.53
Hex AE 70 5E 0 24 2E 20 E 21 35
Octal 256 160 136 0 44 56 40 16 41 65
Binary 10101110 1110000 1011110 0 100100 101110 100000 1110 100001 110101

Color Harmonies of #AE705E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE705E

Black with #AE705E

Text Example


Text Example

White with #AE705E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE705E; }

 p { color: rgb(174,112,94); }

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

background-color css

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

 a { background-color: rgb(174,112,94); }

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

border-color css

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

 span { border-color: rgb(174,112,94); }

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