Html Css Color HEX #AC7F8B Tapestry

📋 copy color: '#AC7F8B'

red 172 ◦ green 127 ◦ blue 139

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

Shades of Tapestry #AC7F8B

Tints of Tapestry #AC7F8B

RGB

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

 GREEN value IS 127 (50% from 255) = 29%

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

R = 39.27%
G = 29%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC7F8B (or 0xAC7F8B) is known color: Tapestry. HEX triplet: AC, 7F and 8B. RGB value is (172,127,139). Sum of RGB (Red+Green+Blue) = 172+127+139=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7F8B is #538074. Grayscale: #8D8D8D. Windows color (decimal): -5472373 or 9142188. OLE color: 9142188.

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

Color convert

RGB 172 127 139 -
CMYK 0 0.26 0.19 0.33
HSL 344º 0.21% 0.59% -
HSV(B) 344º 0.26% 0.67% -
XYZ 29.26 25.81 27.87 -
YUV 141.82 126.41 149.52 -
System Red Green Blue C M Y K H S L
Decimal 172 127 139 0 0.26 0.19 0.33 344 0.21 0.59
Hex AC 7F 8B 0 1A 13 21 158 15 3B
Octal 254 177 213 0 32 23 41 530 25 73
Binary 10101100 1111111 10001011 0 11010 10011 100001 101011000 10101 111011

Color Harmonies of #AC7F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7F8B

Black with #AC7F8B

Text Example


Text Example

White with #AC7F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7F8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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