Html Css Color HEX #AC868F Tapestry

📋 copy color: '#AC868F'

red 172 ◦ green 134 ◦ blue 143

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

Shades of Tapestry #AC868F

Tints of Tapestry #AC868F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.84%

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

R = 38.31%
G = 29.84%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AC868F (or 0xAC868F) is known color: Tapestry. HEX triplet: AC, 86 and 8F. RGB value is (172,134,143). Sum of RGB (Red+Green+Blue) = 172+134+143=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 134 (52.73% from 255 or 29.84% from 449); Blue value is 143 (56.25% from 255 or 31.85% from 449); Max value from RGB is 172 - color contains mainly: red. Hex color #AC868F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC868F is #537970. Grayscale: #929292. Windows color (decimal): -5470577 or 9406124. OLE color: 9406124.

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

Color convert

RGB 172 134 143 -
CMYK 0 0.22 0.17 0.33
HSL 345.79º 0.19% 0.6% -
HSV(B) 345.79º 0.22% 0.67% -
XYZ 30.5 27.8 29.75 -
YUV 146.39 126.09 146.27 -
System Red Green Blue C M Y K H S L
Decimal 172 134 143 0 0.22 0.17 0.33 345.79 0.19 0.6
Hex AC 86 8F 0 16 11 21 15A 13 3C
Octal 254 206 217 0 26 21 41 532 23 74
Binary 10101100 10000110 10001111 0 10110 10001 100001 101011010 10011 111100

Color Harmonies of #AC868F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC868F

Black with #AC868F

Text Example


Text Example

White with #AC868F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC868F; }

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

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

background-color css

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

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

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

border-color css

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

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

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