Html Css Color HEX #AC648A Tapestry

📋 copy color: '#AC648A'

red 172 ◦ green 100 ◦ blue 138

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

Shades of Tapestry #AC648A

Tints of Tapestry #AC648A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.39%

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

R = 41.95%
G = 24.39%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AC648A (or 0xAC648A) is known color: Tapestry. HEX triplet: AC, 64 and 8A. RGB value is (172,100,138). Sum of RGB (Red+Green+Blue) = 172+100+138=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 100 (39.45% from 255 or 24.39% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #AC648A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC648A is #539B75. Grayscale: #7D7D7D. Windows color (decimal): -5479286 or 9069740. OLE color: 9069740.

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

Color convert

RGB 172 100 138 -
CMYK 0 0.42 0.20 0.33
HSL 328.33º 0.3% 0.53% -
HSV(B) 328.33º 0.42% 0.67% -
XYZ 26.16 19.72 26.47 -
YUV 125.86 134.85 160.91 -
System Red Green Blue C M Y K H S L
Decimal 172 100 138 0 0.42 0.20 0.33 328.33 0.3 0.53
Hex AC 64 8A 0 2A 14 21 148 1E 35
Octal 254 144 212 0 52 24 41 510 36 65
Binary 10101100 1100100 10001010 0 101010 10100 100001 101001000 11110 110101

Color Harmonies of #AC648A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC648A

Black with #AC648A

Text Example


Text Example

White with #AC648A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC648A; }

 p { color: rgb(172,100,138); }

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

background-color css

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

 a { background-color: rgb(172,100,138); }

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

border-color css

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

 span { border-color: rgb(172,100,138); }

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