#AC667D

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

Shades of Tapestry #AC667D

Tints of Tapestry #AC667D

Color information

#AC667D (or 0xAC667D) is unknown color: approx Tapestry. HEX triplet: AC, 66 and 7D. RGB value is (172,102,125). Sum of RGB (Red+Green+Blue) = 172+102+125=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 172 - color contains mainly: red. Hex color #AC667D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC667D is #539982. Grayscale: #7D7D7D. Windows color (decimal): -5478787 or 8218284. OLE color: 8218284.

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

Color convert

RGB172102125-
CMYK00.410.270.33
HSL340.29º29.66%53.73%-
HSV(B)340.29º40.7%67.45%-
XYZ25.4719.7521.87-
YUV125.55127.69161.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.11%
GREEN value IS 102 (40.23% from 255) = 25.56%
BLUE value IS 125 (49.22% from 255) = 31.33%
R=43.11%
G=25.56%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210212500.410.270.33340.2929.6653.73
HexAC667D0291B211541e36
Octal25414617505133415243666
Binary101011001100110111110101010011101110000110101010011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC667D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC667D; }

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

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

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

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

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

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

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

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