Html Css Color HEX #AE6C8D Tapestry

📋 copy color: '#AE6C8D'

red 174 ◦ green 108 ◦ blue 141

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

Shades of Tapestry #AE6C8D

Tints of Tapestry #AE6C8D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.53%

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

R = 41.13%
G = 25.53%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AE6C8D (or 0xAE6C8D) is known color: Tapestry. HEX triplet: AE, 6C and 8D. RGB value is (174,108,141). Sum of RGB (Red+Green+Blue) = 174+108+141=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 108 (42.58% from 255 or 25.53% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6C8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6C8D is #519372. Grayscale: #838383. Windows color (decimal): -5346163 or 9268398. OLE color: 9268398.

HSL color Cylindrical-coordinate representation of color #AE6C8D: hue angle of 330º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AE6C8D is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 108 141 -
CMYK 0 0.38 0.19 0.32
HSL 330º 0.29% 0.55% -
HSV(B) 330º 0.38% 0.68% -
XYZ 27.63 21.65 27.92 -
YUV 131.5 133.37 158.32 -
System Red Green Blue C M Y K H S L
Decimal 174 108 141 0 0.38 0.19 0.32 330 0.29 0.55
Hex AE 6C 8D 0 26 13 20 14A 1D 37
Octal 256 154 215 0 46 23 40 512 35 67
Binary 10101110 1101100 10001101 0 100110 10011 100000 101001010 11101 110111

Color Harmonies of #AE6C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6C8D

Black with #AE6C8D

Text Example


Text Example

White with #AE6C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6C8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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