#AC697D

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

Shades of Tapestry #AC697D

Tints of Tapestry #AC697D

Color information

#AC697D (or 0xAC697D) is unknown color: approx Tapestry. HEX triplet: AC, 69 and 7D. RGB value is (172,105,125). Sum of RGB (Red+Green+Blue) = 172+105+125=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 172 - color contains mainly: red. Hex color #AC697D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC697D is #539682. Grayscale: #7F7F7F. Windows color (decimal): -5478019 or 8219052. OLE color: 8219052.

HSL color Cylindrical-coordinate representation of color #AC697D: hue angle of 342.09º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AC697D is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB172105125-
CMYK00.390.270.33
HSL342.09º28.76%54.31%-
HSV(B)342.09º38.95%67.45%-
XYZ25.7720.3521.97-
YUV127.31126.7159.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.79%
GREEN value IS 105 (41.41% from 255) = 26.12%
BLUE value IS 125 (49.22% from 255) = 31.09%
R=42.79%
G=26.12%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210512500.390.270.33342.0928.7654.31
HexAC697D0271B211561d36
Octal25415117504733415263566
Binary101011001101001111110101001111101110000110101011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC697D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC697D; }

 p { color: rgb(172,105,125); }

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

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

 a { background-color: rgb(172,105,125); }

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

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

 span { border-color: rgb(172,105,125); }

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