#AC768A

Color #AC768A Tapestry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapestry #AC768A

Tints of Tapestry #AC768A

Color information

#AC768A (or 0xAC768A) is unknown color: approx Tapestry. HEX triplet: AC, 76 and 8A. RGB value is (172,118,138). Sum of RGB (Red+Green+Blue) = 172+118+138=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 118 (46.48% from 255 or 27.57% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 172 - color contains mainly: red. Hex color #AC768A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC768A is #538975. Grayscale: #888888. Windows color (decimal): -5474678 or 9074348. OLE color: 9074348.

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

Color convert

RGB172118138-
CMYK00.310.200.33
HSL337.78º24.55%56.86%-
HSV(B)337.78º31.4%67.45%-
XYZ28.0823.5627.11-
YUV136.43128.89153.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.19%
GREEN value IS 118 (46.48% from 255) = 27.57%
BLUE value IS 138 (54.30% from 255) = 32.24%
R=40.19%
G=27.57%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211813800.310.200.33337.7824.5556.86
HexAC768A01F14211521939
Octal25416621203724415223171
Binary101011001110110100010100111111010010000110101001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC768A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC768A; }

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

 H1.HeaderClassName
 {
   color: #AC768A;
 }
 .AnyTagClassName
 {
   color: #AC768A;
 }
</style>
background-color css

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

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

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

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

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

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