Html Css Color HEX #AC768E Tapestry

📋 copy color: '#AC768E'

red 172 ◦ green 118 ◦ blue 142

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

Shades of Tapestry #AC768E

Tints of Tapestry #AC768E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 32.87%

R = 39.81%
G = 27.31%
B = 32.87%

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

#AC768E (or 0xAC768E) is known color: Tapestry. HEX triplet: AC, 76 and 8E. RGB value is (172,118,142). Sum of RGB (Red+Green+Blue) = 172+118+142=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 118 (46.48% from 255 or 27.31% from 432); Blue value is 142 (55.86% from 255 or 32.87% from 432); Max value from RGB is 172 - color contains mainly: red. Hex color #AC768E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC768E is #538971. Grayscale: #888888. Windows color (decimal): -5474674 or 9336492. OLE color: 9336492.

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

Color convert

RGB 172 118 142 -
CMYK 0 0.31 0.17 0.33
HSL 333.33º 0.25% 0.57% -
HSV(B) 333.33º 0.31% 0.67% -
XYZ 28.37 23.68 28.67 -
YUV 136.88 130.89 153.05 -
System Red Green Blue C M Y K H S L
Decimal 172 118 142 0 0.31 0.17 0.33 333.33 0.25 0.57
Hex AC 76 8E 0 1F 11 21 14D 19 39
Octal 254 166 216 0 37 21 41 515 31 71
Binary 10101100 1110110 10001110 0 11111 10001 100001 101001101 11001 111001

Color Harmonies of #AC768E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC768E

Black with #AC768E

Text Example


Text Example

White with #AC768E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC768E; }

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

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

background-color css

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

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

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

border-color css

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

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

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