Html Css Color HEX #AE6F8C Tapestry

📋 copy color: '#AE6F8C'

red 174 ◦ green 111 ◦ blue 140

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

Shades of Tapestry #AE6F8C

Tints of Tapestry #AE6F8C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.12%

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

R = 40.94%
G = 26.12%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AE6F8C (or 0xAE6F8C) is known color: Tapestry. HEX triplet: AE, 6F and 8C. RGB value is (174,111,140). Sum of RGB (Red+Green+Blue) = 174+111+140=425 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.94% from 425); Green value is 111 (43.75% from 255 or 26.12% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6F8C is #519073. Grayscale: #858585. Windows color (decimal): -5345396 or 9203630. OLE color: 9203630.

HSL color Cylindrical-coordinate representation of color #AE6F8C: hue angle of 332.38º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AE6F8C is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 111 140 -
CMYK 0 0.36 0.20 0.32
HSL 332.38º 0.28% 0.56% -
HSV(B) 332.38º 0.36% 0.68% -
XYZ 27.87 22.26 27.64 -
YUV 133.14 131.87 157.14 -
System Red Green Blue C M Y K H S L
Decimal 174 111 140 0 0.36 0.20 0.32 332.38 0.28 0.56
Hex AE 6F 8C 0 24 14 20 14C 1C 38
Octal 256 157 214 0 44 24 40 514 34 70
Binary 10101110 1101111 10001100 0 100100 10100 100000 101001100 11100 111000

Color Harmonies of #AE6F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6F8C

Black with #AE6F8C

Text Example


Text Example

White with #AE6F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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