#AC7B84

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

Shades of Tapestry #AC7B84

Tints of Tapestry #AC7B84

Color information

#AC7B84 (or 0xAC7B84) is unknown color: approx Tapestry. HEX triplet: AC, 7B and 84. RGB value is (172,123,132). Sum of RGB (Red+Green+Blue) = 172+123+132=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 123 (48.44% from 255 or 28.81% from 427); Blue value is 132 (51.95% from 255 or 30.91% from 427); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7B84 is #53847B. Grayscale: #8A8A8A. Windows color (decimal): -5473404 or 8682412. OLE color: 8682412.

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

Color convert

RGB172123132-
CMYK00.280.230.33
HSL348.98º22.79%57.84%-
HSV(B)348.98º28.49%67.45%-
XYZ28.2624.625.09-
YUV138.68124.23151.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.28%
GREEN value IS 123 (48.44% from 255) = 28.81%
BLUE value IS 132 (51.95% from 255) = 30.91%
R=40.28%
G=28.81%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212313200.280.230.33348.9822.7957.84
HexAC7B8401C172115d173a
Octal25417320403427415352772
Binary101011001111011100001000111001011110000110101110110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7B84; }

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

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

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

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

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

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

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

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