#AC6F7E

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

Shades of Tapestry #AC6F7E

Tints of Tapestry #AC6F7E

Color information

#AC6F7E (or 0xAC6F7E) is unknown color: approx Tapestry. HEX triplet: AC, 6F and 7E. RGB value is (172,111,126). Sum of RGB (Red+Green+Blue) = 172+111+126=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6F7E is #539081. Grayscale: #828282. Windows color (decimal): -5476482 or 8286124. OLE color: 8286124.

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

Color convert

RGB172111126-
CMYK00.350.270.33
HSL345.25º26.87%55.49%-
HSV(B)345.25º35.47%67.45%-
XYZ26.4621.6522.52-
YUV130.95125.21157.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.05%
GREEN value IS 111 (43.75% from 255) = 27.14%
BLUE value IS 126 (49.61% from 255) = 30.81%
R=42.05%
G=27.14%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211112600.350.270.33345.2526.8755.49
HexAC6F7E0231B211591b37
Octal25415717604333415313367
Binary101011001101111111111001000111101110000110101100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6F7E; }

 p { color: rgb(172,111,126); }

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

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

 a { background-color: rgb(172,111,126); }

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

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

 span { border-color: rgb(172,111,126); }

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