Html Css Color HEX #AC757F Tapestry

📋 copy color: '#AC757F'

red 172 ◦ green 117 ◦ blue 127

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

Shades of Tapestry #AC757F

Tints of Tapestry #AC757F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.13%

 BLUE value IS 127 (50% from 255) = 30.53%

R = 41.35%
G = 28.13%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC757F (or 0xAC757F) is known color: Tapestry. HEX triplet: AC, 75 and 7F. RGB value is (172,117,127). Sum of RGB (Red+Green+Blue) = 172+117+127=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 172 - color contains mainly: red. Hex color #AC757F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC757F is #538A80. Grayscale: #868686. Windows color (decimal): -5474945 or 8353196. OLE color: 8353196.

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

Color convert

RGB 172 117 127 -
CMYK 0 0.32 0.26 0.33
HSL 349.09º 0.25% 0.57% -
HSV(B) 349.09º 0.32% 0.67% -
XYZ 27.21 23.03 23.09 -
YUV 134.59 123.72 154.69 -
System Red Green Blue C M Y K H S L
Decimal 172 117 127 0 0.32 0.26 0.33 349.09 0.25 0.57
Hex AC 75 7F 0 20 1A 21 15D 19 39
Octal 254 165 177 0 40 32 41 535 31 71
Binary 10101100 1110101 1111111 0 100000 11010 100001 101011101 11001 111001

Color Harmonies of #AC757F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC757F

Black with #AC757F

Text Example


Text Example

White with #AC757F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC757F; }

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

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

background-color css

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

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

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

border-color css

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

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

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