Html Css Color HEX #AC707F Tapestry

📋 copy color: '#AC707F'

red 172 ◦ green 112 ◦ blue 127

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

Shades of Tapestry #AC707F

Tints of Tapestry #AC707F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.25%

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

R = 41.85%
G = 27.25%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC707F (or 0xAC707F) is known color: Tapestry. HEX triplet: AC, 70 and 7F. RGB value is (172,112,127). Sum of RGB (Red+Green+Blue) = 172+112+127=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 127 (50% from 255 or 30.90% from 411); Max value from RGB is 172 - color contains mainly: red. Hex color #AC707F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC707F is #538F80. Grayscale: #838383. Windows color (decimal): -5476225 or 8351916. OLE color: 8351916.

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

Color convert

RGB 172 112 127 -
CMYK 0 0.35 0.26 0.33
HSL 345º 0.27% 0.56% -
HSV(B) 345º 0.35% 0.67% -
XYZ 26.64 21.89 22.9 -
YUV 131.65 125.38 156.78 -
System Red Green Blue C M Y K H S L
Decimal 172 112 127 0 0.35 0.26 0.33 345 0.27 0.56
Hex AC 70 7F 0 23 1A 21 159 1B 38
Octal 254 160 177 0 43 32 41 531 33 70
Binary 10101100 1110000 1111111 0 100011 11010 100001 101011001 11011 111000

Color Harmonies of #AC707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC707F

Black with #AC707F

Text Example


Text Example

White with #AC707F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC707F; }

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

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

background-color css

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

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

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

border-color css

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

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

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