Html Css Color HEX #AC7C8F Tapestry

📋 copy color: '#AC7C8F'

red 172 ◦ green 124 ◦ blue 143

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

Shades of Tapestry #AC7C8F

Tints of Tapestry #AC7C8F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.25%

 BLUE value IS 143 (56.25% from 255) = 32.57%

R = 39.18%
G = 28.25%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AC7C8F (or 0xAC7C8F) is known color: Tapestry. HEX triplet: AC, 7C and 8F. RGB value is (172,124,143). Sum of RGB (Red+Green+Blue) = 172+124+143=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 124 (48.83% from 255 or 28.25% from 439); Blue value is 143 (56.25% from 255 or 32.57% from 439); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7C8F is #538370. Grayscale: #8C8C8C. Windows color (decimal): -5473137 or 9403564. OLE color: 9403564.

HSL color Cylindrical-coordinate representation of color #AC7C8F: hue angle of 336.25º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AC7C8F is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 124 143 -
CMYK 0 0.28 0.17 0.33
HSL 336.25º 0.22% 0.58% -
HSV(B) 336.25º 0.28% 0.67% -
XYZ 29.18 25.17 29.31 -
YUV 140.52 129.4 150.46 -
System Red Green Blue C M Y K H S L
Decimal 172 124 143 0 0.28 0.17 0.33 336.25 0.22 0.58
Hex AC 7C 8F 0 1C 11 21 150 16 3A
Octal 254 174 217 0 34 21 41 520 26 72
Binary 10101100 1111100 10001111 0 11100 10001 100001 101010000 10110 111010

Color Harmonies of #AC7C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7C8F

Black with #AC7C8F

Text Example


Text Example

White with #AC7C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7C8F; }

 p { color: rgb(172,124,143); }

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

background-color css

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

 a { background-color: rgb(172,124,143); }

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

border-color css

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

 span { border-color: rgb(172,124,143); }

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