Html Css Color HEX #AC768D Tapestry

📋 copy color: '#AC768D'

red 172 ◦ green 118 ◦ blue 141

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

Shades of Tapestry #AC768D

Tints of Tapestry #AC768D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.71%

R = 39.91%
G = 27.38%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AC768D (or 0xAC768D) is known color: Tapestry. HEX triplet: AC, 76 and 8D. RGB value is (172,118,141). Sum of RGB (Red+Green+Blue) = 172+118+141=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 172 - color contains mainly: red. Hex color #AC768D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC768D is #538972. Grayscale: #888888. Windows color (decimal): -5474675 or 9270956. OLE color: 9270956.

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

Color convert

RGB 172 118 141 -
CMYK 0 0.31 0.18 0.33
HSL 334.44º 0.25% 0.57% -
HSV(B) 334.44º 0.31% 0.67% -
XYZ 28.3 23.65 28.27 -
YUV 136.77 130.39 153.13 -
System Red Green Blue C M Y K H S L
Decimal 172 118 141 0 0.31 0.18 0.33 334.44 0.25 0.57
Hex AC 76 8D 0 1F 12 21 14E 19 39
Octal 254 166 215 0 37 22 41 516 31 71
Binary 10101100 1110110 10001101 0 11111 10010 100001 101001110 11001 111001

Color Harmonies of #AC768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC768D

Black with #AC768D

Text Example


Text Example

White with #AC768D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC768D; }

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

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

background-color css

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

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

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

border-color css

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

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

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