Html Css Color HEX #AE688D Tapestry

📋 copy color: '#AE688D'

red 174 ◦ green 104 ◦ blue 141

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

Shades of Tapestry #AE688D

Tints of Tapestry #AE688D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.65%

R = 41.53%
G = 24.82%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AE688D (or 0xAE688D) is known color: Tapestry. HEX triplet: AE, 68 and 8D. RGB value is (174,104,141). Sum of RGB (Red+Green+Blue) = 174+104+141=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 174 - color contains mainly: red. Hex color #AE688D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE688D is #519772. Grayscale: #818181. Windows color (decimal): -5347187 or 9267374. OLE color: 9267374.

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

Color convert

RGB 174 104 141 -
CMYK 0 0.40 0.19 0.32
HSL 328.29º 0.3% 0.55% -
HSV(B) 328.29º 0.4% 0.68% -
XYZ 27.21 20.82 27.78 -
YUV 129.15 134.69 159.99 -
System Red Green Blue C M Y K H S L
Decimal 174 104 141 0 0.40 0.19 0.32 328.29 0.3 0.55
Hex AE 68 8D 0 28 13 20 148 1E 37
Octal 256 150 215 0 50 23 40 510 36 67
Binary 10101110 1101000 10001101 0 101000 10011 100000 101001000 11110 110111

Color Harmonies of #AE688D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE688D

Black with #AE688D

Text Example


Text Example

White with #AE688D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE688D; }

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

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

background-color css

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

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

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

border-color css

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

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

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