Html Css Color HEX #AC7F86 Tapestry

📋 copy color: '#AC7F86'

red 172 ◦ green 127 ◦ blue 134

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

Shades of Tapestry #AC7F86

Tints of Tapestry #AC7F86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 30.95%

R = 39.72%
G = 29.33%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AC7F86 (or 0xAC7F86) is known color: Tapestry. HEX triplet: AC, 7F and 86. RGB value is (172,127,134). Sum of RGB (Red+Green+Blue) = 172+127+134=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 127 (50% from 255 or 29.33% from 433); Blue value is 134 (52.73% from 255 or 30.95% from 433); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7F86 is #538079. Grayscale: #8D8D8D. Windows color (decimal): -5472378 or 8814508. OLE color: 8814508.

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

Color convert

RGB 172 127 134 -
CMYK 0 0.26 0.22 0.33
HSL 350.67º 0.21% 0.59% -
HSV(B) 350.67º 0.26% 0.67% -
XYZ 28.91 25.67 25.99 -
YUV 141.25 123.91 149.93 -
System Red Green Blue C M Y K H S L
Decimal 172 127 134 0 0.26 0.22 0.33 350.67 0.21 0.59
Hex AC 7F 86 0 1A 16 21 15F 15 3B
Octal 254 177 206 0 32 26 41 537 25 73
Binary 10101100 1111111 10000110 0 11010 10110 100001 101011111 10101 111011

Color Harmonies of #AC7F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7F86

Black with #AC7F86

Text Example


Text Example

White with #AC7F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7F86; }

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

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

background-color css

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

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

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

border-color css

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

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

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