Html Css Color HEX #AE715F Coral Tree

📋 copy color: '#AE715F'

red 174 ◦ green 113 ◦ blue 95

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

Shades of Coral Tree #AE715F

Tints of Coral Tree #AE715F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.58%

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

R = 45.55%
G = 29.58%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AE715F (or 0xAE715F) is known color: Coral Tree. HEX triplet: AE, 71 and 5F. RGB value is (174,113,95). Sum of RGB (Red+Green+Blue) = 174+113+95=382 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.55% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 95 (37.5% from 255 or 24.87% from 382); Max value from RGB is 174 - color contains mainly: red. Hex color #AE715F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE715F is #518EA0. Grayscale: #818181. Windows color (decimal): -5344929 or 6255022. OLE color: 6255022.

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

Color convert

RGB 174 113 95 -
CMYK 0 0.35 0.45 0.32
HSL 13.67º 0.33% 0.53% -
HSV(B) 13.67º 0.45% 0.68% -
XYZ 25.43 21.64 13.66 -
YUV 129.19 108.71 159.96 -
System Red Green Blue C M Y K H S L
Decimal 174 113 95 0 0.35 0.45 0.32 13.67 0.33 0.53
Hex AE 71 5F 0 23 2D 20 E 21 35
Octal 256 161 137 0 43 55 40 16 41 65
Binary 10101110 1110001 1011111 0 100011 101101 100000 1110 100001 110101

Color Harmonies of #AE715F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE715F

Black with #AE715F

Text Example


Text Example

White with #AE715F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE715F; }

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

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

background-color css

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

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

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

border-color css

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

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

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