Html Css Color HEX #AC6F8C Tapestry

📋 copy color: '#AC6F8C'

red 172 ◦ green 111 ◦ blue 140

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

Shades of Tapestry #AC6F8C

Tints of Tapestry #AC6F8C

RGB

 RED value IS 172 (67.58% from 255) = 40.66%

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

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

R = 40.66%
G = 26.24%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC6F8C (or 0xAC6F8C) is known color: Tapestry. HEX triplet: AC, 6F and 8C. RGB value is (172,111,140). Sum of RGB (Red+Green+Blue) = 172+111+140=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6F8C is #539073. Grayscale: #848484. Windows color (decimal): -5476468 or 9203628. OLE color: 9203628.

HSL color Cylindrical-coordinate representation of color #AC6F8C: hue angle of 331.48º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC6F8C is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 111 140 -
CMYK 0 0.35 0.19 0.33
HSL 331.48º 0.27% 0.55% -
HSV(B) 331.48º 0.35% 0.67% -
XYZ 27.43 22.03 27.62 -
YUV 132.55 132.21 156.14 -
System Red Green Blue C M Y K H S L
Decimal 172 111 140 0 0.35 0.19 0.33 331.48 0.27 0.55
Hex AC 6F 8C 0 23 13 21 14B 1B 37
Octal 254 157 214 0 43 23 41 513 33 67
Binary 10101100 1101111 10001100 0 100011 10011 100001 101001011 11011 110111

Color Harmonies of #AC6F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6F8C

Black with #AC6F8C

Text Example


Text Example

White with #AC6F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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