Html Css Color HEX #AC648B Tapestry

📋 copy color: '#AC648B'

red 172 ◦ green 100 ◦ blue 139

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

Shades of Tapestry #AC648B

Tints of Tapestry #AC648B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.82%

R = 41.85%
G = 24.33%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC648B (or 0xAC648B) is known color: Tapestry. HEX triplet: AC, 64 and 8B. RGB value is (172,100,139). Sum of RGB (Red+Green+Blue) = 172+100+139=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 172 - color contains mainly: red. Hex color #AC648B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC648B is #539B74. Grayscale: #7D7D7D. Windows color (decimal): -5479285 or 9135276. OLE color: 9135276.

HSL color Cylindrical-coordinate representation of color #AC648B: hue angle of 327.5º 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 #AC648B is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 100 139 -
CMYK 0 0.42 0.19 0.33
HSL 327.5º 0.3% 0.53% -
HSV(B) 327.5º 0.42% 0.67% -
XYZ 26.23 19.75 26.86 -
YUV 125.97 135.35 160.83 -
System Red Green Blue C M Y K H S L
Decimal 172 100 139 0 0.42 0.19 0.33 327.5 0.3 0.53
Hex AC 64 8B 0 2A 13 21 148 1E 35
Octal 254 144 213 0 52 23 41 510 36 65
Binary 10101100 1100100 10001011 0 101010 10011 100001 101001000 11110 110101

Color Harmonies of #AC648B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC648B

Black with #AC648B

Text Example


Text Example

White with #AC648B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC648B; }

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

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

background-color css

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

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

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

border-color css

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

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

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