#AC7B82

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

Shades of Tapestry #AC7B82

Tints of Tapestry #AC7B82

Color information

#AC7B82 (or 0xAC7B82) is unknown color: approx Tapestry. HEX triplet: AC, 7B and 82. RGB value is (172,123,130). Sum of RGB (Red+Green+Blue) = 172+123+130=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 123 (48.44% from 255 or 28.94% from 425); Blue value is 130 (51.17% from 255 or 30.59% from 425); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7B82 is #53847D. Grayscale: #8A8A8A. Windows color (decimal): -5473406 or 8551340. OLE color: 8551340.

HSL color Cylindrical-coordinate representation of color #AC7B82: hue angle of 351.43º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AC7B82 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB172123130-
CMYK00.280.240.33
HSL351.43º22.79%57.84%-
HSV(B)351.43º28.49%67.45%-
XYZ28.1324.5524.38-
YUV138.45123.23151.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.47%
GREEN value IS 123 (48.44% from 255) = 28.94%
BLUE value IS 130 (51.17% from 255) = 30.59%
R=40.47%
G=28.94%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212313000.280.240.33351.4322.7957.84
HexAC7B8201C182115f173a
Octal25417320203430415372772
Binary101011001111011100000100111001100010000110101111110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7B82; }

 p { color: rgb(172,123,130); }

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

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

 a { background-color: rgb(172,123,130); }

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

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

 span { border-color: rgb(172,123,130); }

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