Html Css Color HEX #AE685F Coral Tree

📋 copy color: '#AE685F'

red 174 ◦ green 104 ◦ blue 95

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

Shades of Coral Tree #AE685F

Tints of Coral Tree #AE685F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.88%

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

R = 46.65%
G = 27.88%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AE685F (or 0xAE685F) is known color: Coral Tree. HEX triplet: AE, 68 and 5F. RGB value is (174,104,95). Sum of RGB (Red+Green+Blue) = 174+104+95=373 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.65% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 95 (37.5% from 255 or 25.47% from 373); Max value from RGB is 174 - color contains mainly: red. Hex color #AE685F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE685F is #5197A0. Grayscale: #7C7C7C. Windows color (decimal): -5347233 or 6252718. OLE color: 6252718.

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

Color convert

RGB 174 104 95 -
CMYK 0 0.40 0.45 0.32
HSL 6.84º 0.33% 0.53% -
HSV(B) 6.84º 0.45% 0.68% -
XYZ 24.47 19.73 13.34 -
YUV 123.9 111.69 163.73 -
System Red Green Blue C M Y K H S L
Decimal 174 104 95 0 0.40 0.45 0.32 6.84 0.33 0.53
Hex AE 68 5F 0 28 2D 20 7 21 35
Octal 256 150 137 0 50 55 40 7 41 65
Binary 10101110 1101000 1011111 0 101000 101101 100000 111 100001 110101

Color Harmonies of #AE685F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE685F

Black with #AE685F

Text Example


Text Example

White with #AE685F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE685F; }

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

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

background-color css

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

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

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

border-color css

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

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

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