Html Css Color HEX #AE705D Coral Tree

📋 copy color: '#AE705D'

red 174 ◦ green 112 ◦ blue 93

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

Shades of Coral Tree #AE705D

Tints of Coral Tree #AE705D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.54%

R = 45.91%
G = 29.55%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE705D (or 0xAE705D) is known color: Coral Tree. HEX triplet: AE, 70 and 5D. RGB value is (174,112,93). Sum of RGB (Red+Green+Blue) = 174+112+93=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 174 - color contains mainly: red. Hex color #AE705D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE705D is #518FA2. Grayscale: #808080. Windows color (decimal): -5345187 or 6123694. OLE color: 6123694.

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

Color convert

RGB 174 112 93 -
CMYK 0 0.36 0.47 0.32
HSL 14.07º 0.33% 0.52% -
HSV(B) 14.07º 0.47% 0.68% -
XYZ 25.23 21.38 13.15 -
YUV 128.37 108.04 160.54 -
System Red Green Blue C M Y K H S L
Decimal 174 112 93 0 0.36 0.47 0.32 14.07 0.33 0.52
Hex AE 70 5D 0 24 2F 20 E 21 34
Octal 256 160 135 0 44 57 40 16 41 64
Binary 10101110 1110000 1011101 0 100100 101111 100000 1110 100001 110100

Color Harmonies of #AE705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE705D

Black with #AE705D

Text Example


Text Example

White with #AE705D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE705D; }

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

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

background-color css

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

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

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

border-color css

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

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

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