Html Css Color HEX #AE685D Coral Tree

📋 copy color: '#AE685D'

red 174 ◦ green 104 ◦ blue 93

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

Shades of Coral Tree #AE685D

Tints of Coral Tree #AE685D

RGB

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

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

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

R = 46.9%
G = 28.03%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE685D (or 0xAE685D) is known color: Coral Tree. HEX triplet: AE, 68 and 5D. RGB value is (174,104,93). Sum of RGB (Red+Green+Blue) = 174+104+93=371 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.90% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 174 - color contains mainly: red. Hex color #AE685D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE685D is #5197A2. Grayscale: #7B7B7B. Windows color (decimal): -5347235 or 6121646. OLE color: 6121646.

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

Color convert

RGB 174 104 93 -
CMYK 0 0.40 0.47 0.32
HSL 8.15º 0.33% 0.52% -
HSV(B) 8.15º 0.47% 0.68% -
XYZ 24.38 19.69 12.87 -
YUV 123.68 110.69 163.89 -
System Red Green Blue C M Y K H S L
Decimal 174 104 93 0 0.40 0.47 0.32 8.15 0.33 0.52
Hex AE 68 5D 0 28 2F 20 8 21 34
Octal 256 150 135 0 50 57 40 10 41 64
Binary 10101110 1101000 1011101 0 101000 101111 100000 1000 100001 110100

Color Harmonies of #AE685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE685D

Black with #AE685D

Text Example


Text Example

White with #AE685D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE685D; }

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

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

background-color css

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

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

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

border-color css

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

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

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