#AC667F

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

Shades of Tapestry #AC667F

Tints of Tapestry #AC667F

Color information

#AC667F (or 0xAC667F) is unknown color: approx Tapestry. HEX triplet: AC, 66 and 7F. RGB value is (172,102,127). Sum of RGB (Red+Green+Blue) = 172+102+127=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 172 - color contains mainly: red. Hex color #AC667F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC667F is #539980. Grayscale: #7D7D7D. Windows color (decimal): -5478785 or 8349356. OLE color: 8349356.

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

Color convert

RGB172102127-
CMYK00.410.260.33
HSL338.57º29.66%53.73%-
HSV(B)338.57º40.7%67.45%-
XYZ25.619.8122.55-
YUV125.78128.69160.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.89%
GREEN value IS 102 (40.23% from 255) = 25.44%
BLUE value IS 127 (50% from 255) = 31.67%
R=42.89%
G=25.44%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210212700.410.260.33338.5729.6653.73
HexAC667F0291A211531e36
Octal25414617705132415233666
Binary101011001100110111111101010011101010000110101001111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC667F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC667F; }

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

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

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

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

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

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

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

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