Html Css Color HEX #AE687D Tapestry

📋 copy color: '#AE687D'

red 174 ◦ green 104 ◦ blue 125

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

Shades of Tapestry #AE687D

Tints of Tapestry #AE687D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.02%

R = 43.18%
G = 25.81%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AE687D (or 0xAE687D) is known color: Tapestry. HEX triplet: AE, 68 and 7D. RGB value is (174,104,125). Sum of RGB (Red+Green+Blue) = 174+104+125=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 174 - color contains mainly: red. Hex color #AE687D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE687D is #519782. Grayscale: #7F7F7F. Windows color (decimal): -5347203 or 8218798. OLE color: 8218798.

HSL color Cylindrical-coordinate representation of color #AE687D: hue angle of 342º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE687D is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 104 125 -
CMYK 0 0.40 0.28 0.32
HSL 342º 0.3% 0.55% -
HSV(B) 342º 0.4% 0.68% -
XYZ 26.11 20.38 21.96 -
YUV 127.32 126.69 161.29 -
System Red Green Blue C M Y K H S L
Decimal 174 104 125 0 0.40 0.28 0.32 342 0.3 0.55
Hex AE 68 7D 0 28 1C 20 156 1E 37
Octal 256 150 175 0 50 34 40 526 36 67
Binary 10101110 1101000 1111101 0 101000 11100 100000 101010110 11110 110111

Color Harmonies of #AE687D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE687D

Black with #AE687D

Text Example


Text Example

White with #AE687D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE687D; }

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

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

background-color css

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

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

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

border-color css

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

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

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