Html Css Color HEX #AC668D Tapestry

📋 copy color: '#AC668D'

red 172 ◦ green 102 ◦ blue 141

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

Shades of Tapestry #AC668D

Tints of Tapestry #AC668D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.58%

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

R = 41.45%
G = 24.58%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AC668D (or 0xAC668D) is known color: Tapestry. HEX triplet: AC, 66 and 8D. RGB value is (172,102,141). Sum of RGB (Red+Green+Blue) = 172+102+141=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 102 (40.23% from 255 or 24.58% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 172 - color contains mainly: red. Hex color #AC668D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC668D is #539972. Grayscale: #7F7F7F. Windows color (decimal): -5478771 or 9266860. OLE color: 9266860.

HSL color Cylindrical-coordinate representation of color #AC668D: hue angle of 326.57º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC668D is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 102 141 -
CMYK 0 0.41 0.18 0.33
HSL 326.57º 0.3% 0.54% -
HSV(B) 326.57º 0.41% 0.67% -
XYZ 26.57 20.2 27.7 -
YUV 127.38 135.69 159.83 -
System Red Green Blue C M Y K H S L
Decimal 172 102 141 0 0.41 0.18 0.33 326.57 0.3 0.54
Hex AC 66 8D 0 29 12 21 147 1E 36
Octal 254 146 215 0 51 22 41 507 36 66
Binary 10101100 1100110 10001101 0 101001 10010 100001 101000111 11110 110110

Color Harmonies of #AC668D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC668D

Black with #AC668D

Text Example


Text Example

White with #AC668D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC668D; }

 p { color: rgb(172,102,141); }

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

background-color css

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

 a { background-color: rgb(172,102,141); }

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

border-color css

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

 span { border-color: rgb(172,102,141); }

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