Html Css Color HEX #AE688C Tapestry

📋 copy color: '#AE688C'

red 174 ◦ green 104 ◦ blue 140

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

Shades of Tapestry #AE688C

Tints of Tapestry #AE688C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.49%

R = 41.63%
G = 24.88%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AE688C (or 0xAE688C) is known color: Tapestry. HEX triplet: AE, 68 and 8C. RGB value is (174,104,140). Sum of RGB (Red+Green+Blue) = 174+104+140=418 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.63% from 418); Green value is 104 (41.02% from 255 or 24.88% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 174 - color contains mainly: red. Hex color #AE688C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE688C is #519773. Grayscale: #808080. Windows color (decimal): -5347188 or 9201838. OLE color: 9201838.

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

Color convert

RGB 174 104 140 -
CMYK 0 0.40 0.20 0.32
HSL 329.14º 0.3% 0.55% -
HSV(B) 329.14º 0.4% 0.68% -
XYZ 27.14 20.79 27.39 -
YUV 129.03 134.19 160.07 -
System Red Green Blue C M Y K H S L
Decimal 174 104 140 0 0.40 0.20 0.32 329.14 0.3 0.55
Hex AE 68 8C 0 28 14 20 149 1E 37
Octal 256 150 214 0 50 24 40 511 36 67
Binary 10101110 1101000 10001100 0 101000 10100 100000 101001001 11110 110111

Color Harmonies of #AE688C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE688C

Black with #AE688C

Text Example


Text Example

White with #AE688C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE688C; }

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

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

background-color css

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

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

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

border-color css

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

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

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