Html Css Color HEX #AC768F Tapestry

📋 copy color: '#AC768F'

red 172 ◦ green 118 ◦ blue 143

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

Shades of Tapestry #AC768F

Tints of Tapestry #AC768F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.25%

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

R = 39.72%
G = 27.25%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AC768F (or 0xAC768F) is known color: Tapestry. HEX triplet: AC, 76 and 8F. RGB value is (172,118,143). Sum of RGB (Red+Green+Blue) = 172+118+143=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 143 (56.25% from 255 or 33.03% from 433); Max value from RGB is 172 - color contains mainly: red. Hex color #AC768F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC768F is #538970. Grayscale: #888888. Windows color (decimal): -5474673 or 9402028. OLE color: 9402028.

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

Color convert

RGB 172 118 143 -
CMYK 0 0.31 0.17 0.33
HSL 332.22º 0.25% 0.57% -
HSV(B) 332.22º 0.31% 0.67% -
XYZ 28.45 23.71 29.06 -
YUV 137 131.39 152.97 -
System Red Green Blue C M Y K H S L
Decimal 172 118 143 0 0.31 0.17 0.33 332.22 0.25 0.57
Hex AC 76 8F 0 1F 11 21 14C 19 39
Octal 254 166 217 0 37 21 41 514 31 71
Binary 10101100 1110110 10001111 0 11111 10001 100001 101001100 11001 111001

Color Harmonies of #AC768F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC768F

Black with #AC768F

Text Example


Text Example

White with #AC768F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC768F; }

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

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

background-color css

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

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

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

border-color css

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

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

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