Html Css Color HEX #AE6F8A Tapestry

📋 copy color: '#AE6F8A'

red 174 ◦ green 111 ◦ blue 138

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

Shades of Tapestry #AE6F8A

Tints of Tapestry #AE6F8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.62%

R = 41.13%
G = 26.24%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AE6F8A (or 0xAE6F8A) is known color: Tapestry. HEX triplet: AE, 6F and 8A. RGB value is (174,111,138). Sum of RGB (Red+Green+Blue) = 174+111+138=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6F8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6F8A is #519075. Grayscale: #848484. Windows color (decimal): -5345398 or 9072558. OLE color: 9072558.

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

Color convert

RGB 174 111 138 -
CMYK 0 0.36 0.21 0.32
HSL 334.29º 0.28% 0.56% -
HSV(B) 334.29º 0.36% 0.68% -
XYZ 27.73 22.2 26.87 -
YUV 132.92 130.87 157.3 -
System Red Green Blue C M Y K H S L
Decimal 174 111 138 0 0.36 0.21 0.32 334.29 0.28 0.56
Hex AE 6F 8A 0 24 15 20 14E 1C 38
Octal 256 157 212 0 44 25 40 516 34 70
Binary 10101110 1101111 10001010 0 100100 10101 100000 101001110 11100 111000

Color Harmonies of #AE6F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6F8A

Black with #AE6F8A

Text Example


Text Example

White with #AE6F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6F8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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