Html Css Color HEX #AE6866 Coral Tree

📋 copy color: '#AE6866'

red 174 ◦ green 104 ◦ blue 102

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

Shades of Coral Tree #AE6866

Tints of Coral Tree #AE6866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 26.84%

R = 45.79%
G = 27.37%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AE6866 (or 0xAE6866) is known color: Coral Tree. HEX triplet: AE, 68 and 66. RGB value is (174,104,102). Sum of RGB (Red+Green+Blue) = 174+104+102=380 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.79% from 380); Green value is 104 (41.02% from 255 or 27.37% from 380); Blue value is 102 (40.23% from 255 or 26.84% from 380); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6866 is #519799. Grayscale: #7C7C7C. Windows color (decimal): -5347226 or 6711470. OLE color: 6711470.

HSL color Cylindrical-coordinate representation of color #AE6866: hue angle of 1.67º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AE6866 is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 104 102 -
CMYK 0 0.40 0.41 0.32
HSL 1.67º 0.31% 0.54% -
HSV(B) 1.67º 0.41% 0.68% -
XYZ 24.8 19.86 15.1 -
YUV 124.7 115.19 163.16 -
System Red Green Blue C M Y K H S L
Decimal 174 104 102 0 0.40 0.41 0.32 1.67 0.31 0.54
Hex AE 68 66 0 28 29 20 2 1F 36
Octal 256 150 146 0 50 51 40 2 37 66
Binary 10101110 1101000 1100110 0 101000 101001 100000 10 11111 110110

Color Harmonies of #AE6866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6866

Black with #AE6866

Text Example


Text Example

White with #AE6866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6866; }

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

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

background-color css

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

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

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

border-color css

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

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

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