Html Css Color HEX #AE6F8F Tapestry

📋 copy color: '#AE6F8F'

red 174 ◦ green 111 ◦ blue 143

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

Shades of Tapestry #AE6F8F

Tints of Tapestry #AE6F8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.41%

R = 40.65%
G = 25.93%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AE6F8F (or 0xAE6F8F) is known color: Tapestry. HEX triplet: AE, 6F and 8F. RGB value is (174,111,143). Sum of RGB (Red+Green+Blue) = 174+111+143=428 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.65% from 428); Green value is 111 (43.75% from 255 or 25.93% from 428); Blue value is 143 (56.25% from 255 or 33.41% from 428); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6F8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6F8F is #519070. Grayscale: #858585. Windows color (decimal): -5345393 or 9400238. OLE color: 9400238.

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

Color convert

RGB 174 111 143 -
CMYK 0 0.36 0.18 0.32
HSL 329.52º 0.28% 0.56% -
HSV(B) 329.52º 0.36% 0.68% -
XYZ 28.1 22.35 28.82 -
YUV 133.49 133.37 156.9 -
System Red Green Blue C M Y K H S L
Decimal 174 111 143 0 0.36 0.18 0.32 329.52 0.28 0.56
Hex AE 6F 8F 0 24 12 20 14A 1C 38
Octal 256 157 217 0 44 22 40 512 34 70
Binary 10101110 1101111 10001111 0 100100 10010 100000 101001010 11100 111000

Color Harmonies of #AE6F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6F8F

Black with #AE6F8F

Text Example


Text Example

White with #AE6F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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