Html Css Color HEX #AE705F Coral Tree

📋 copy color: '#AE705F'

red 174 ◦ green 112 ◦ blue 95

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

Shades of Coral Tree #AE705F

Tints of Coral Tree #AE705F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.93%

R = 45.67%
G = 29.4%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AE705F (or 0xAE705F) is known color: Coral Tree. HEX triplet: AE, 70 and 5F. RGB value is (174,112,95). Sum of RGB (Red+Green+Blue) = 174+112+95=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 95 (37.5% from 255 or 24.93% from 381); Max value from RGB is 174 - color contains mainly: red. Hex color #AE705F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE705F is #518FA0. Grayscale: #808080. Windows color (decimal): -5345185 or 6254766. OLE color: 6254766.

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

Color convert

RGB 174 112 95 -
CMYK 0 0.36 0.45 0.32
HSL 12.91º 0.33% 0.53% -
HSV(B) 12.91º 0.45% 0.68% -
XYZ 25.32 21.41 13.63 -
YUV 128.6 109.04 160.38 -
System Red Green Blue C M Y K H S L
Decimal 174 112 95 0 0.36 0.45 0.32 12.91 0.33 0.53
Hex AE 70 5F 0 24 2D 20 D 21 35
Octal 256 160 137 0 44 55 40 15 41 65
Binary 10101110 1110000 1011111 0 100100 101101 100000 1101 100001 110101

Color Harmonies of #AE705F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE705F

Black with #AE705F

Text Example


Text Example

White with #AE705F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE705F; }

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

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

background-color css

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

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

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

border-color css

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

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

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